C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : AllowDelete Property |
'Declaration
<C1DescriptionAttribute("Allow user to delete rows by selecting them and pressing the DEL key.")> <DefaultValueAttribute()> <C1CategoryAttribute("Behavior")> Public Property AllowDelete As Boolean
'Usage
Dim instance As C1FlexGridBase Dim value As Boolean instance.AllowDelete = value value = instance.AllowDelete
[C1Description("Allow user to delete rows by selecting them and pressing the DEL key.")] [DefaultValue()] [C1Category("Behavior")] public bool AllowDelete {get; set;}
[C1Description("Allow user to delete rows by selecting them and pressing the DEL key.")] [DefaultValue()] [C1Category("Behavior")] public: property bool AllowDelete { bool get(); void set ( bool value); }
If this property is set to true, the user can delete rows by selecting them and then pressing the DEL key.
This property works in bound mode (if the data source supports deleting rows) and in unbound mode.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2