Click or drag to resize
ListBoxButtonSettingsShowDelete Property
Gets or sets a value indicating whether to display the "delete" button.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool ShowDelete { get; set; }

Property Value

Type: Boolean
true 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