DataListAddDeleteButtonsVisible Property
This property is used to set or get whether or not the add and delete buttons are displayed
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool AddDeleteButtonsVisible { get; set; }
Public Property AddDeleteButtonsVisible As Boolean
Get
Set
public:
property bool AddDeleteButtonsVisible {
bool get ();
void set (bool value);
}
member AddDeleteButtonsVisible : bool with get, set
Property Value
BooleanThe buttons are shown by default. They can be hidden if you would prefer to handle add and
delete operations via some other means such as other buttons on your form or template.