TypeShortcutBindingListAllowEdit Property |
Gets whether you can update items in the list.
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public override bool AllowEdit { get; }
Public Overrides ReadOnly Property AllowEdit As Boolean
Get
Return Value
Type:
Booleantrue if you can update the items in the list; otherwise, false.
Implements
IBindingListAllowEditSee Also