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