Data ListAdd Delete Buttons Visible Property
This property is used to set or get whether or not the add and delete buttons are displayed
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The 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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool AddDeleteButtonsVisible { get; set; }VB
Public Property AddDeleteButtonsVisible As Boolean
Get
SetC++
public:
property bool AddDeleteButtonsVisible {
bool get ();
void set (bool value);
}F#
member AddDeleteButtonsVisible : bool with get, setProperty 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.