Base Data Grid View CellFirst Displayed Column Index Property
This is used to determine the first displayed column in the associated data grid view
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
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#
protected int FirstDisplayedColumnIndex { get; }VB
Protected ReadOnly Property FirstDisplayedColumnIndex As Integer
GetC++
protected:
property int FirstDisplayedColumnIndex {
int get ();
}F#
member FirstDisplayedColumnIndex : int with get