DataNavigatorAddDeleteButtonsVisible 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: 2023.4.9.0
public bool AddDeleteButtonsVisible { get; set; }

Property Value

Boolean
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 the parent form.

See Also