Data ListRow Header Width Property
This property is used to set or get the width of the row headers when the RowHeadersVisible
property is true.
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 int RowHeaderWidth { get; set; }VB
Public Property RowHeaderWidth As Integer
Get
SetC++
public:
property int RowHeaderWidth {
int get ();
void set (int value);
}F#
member RowHeaderWidth : int with get, set