Base Button ListTitle Text Property
This is used to specify the title displayed on the top border
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
If set to null or an empty string (the default), no title is displayed
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public string? TitleText { get; set; }VB
Public Property TitleText As String
Get
SetC++
public:
property String^ TitleText {
String^ get ();
void set (String^ value);
}F#
member TitleText : string with get, setProperty Value
StringIf set to null or an empty string (the default), no title is displayed