Data ListNavigation Controls Visible Property
This property is used to set or get whether or not the navigation controls are displayed
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The controls are shown by default
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool NavigationControlsVisible { get; set; }VB
Public Property NavigationControlsVisible As Boolean
Get
SetC++
public:
property bool NavigationControlsVisible {
bool get ();
void set (bool value);
}F#
member NavigationControlsVisible : bool with get, setProperty Value
BooleanThe controls are shown by default