ListBoxButtonSettingsShowDelete Property |
Gets or sets a value indicating whether to display the "delete" button.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ShowDelete { get; set; }
Public Property ShowDelete As Boolean
Get
Set
public:
property bool ShowDelete {
bool get ();
void set (bool value);
}
member ShowDelete : bool with get, set
Property Value
Type:
Booleantrue if the "delete" button should be displayed; otherwise,
false.
Remarks
KaxListBox displays the "delete" button when the
ShowDelete and
AllowDelete
properties are both set to
true.
See Also