Data ListCaption Text Property
This property is used to set or get the caption text
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public string CaptionText { get; set; }VB
Public Property CaptionText As String
Get
SetC++
public:
property String^ CaptionText {
String^ get ();
void set (String^ value);
}F#
member CaptionText : string with get, set