Base Data Grid View CellFirst Displayed Row Index Property
This is used to determine the first displayed row 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 FirstDisplayedRowIndex { get; }VB
Protected ReadOnly Property FirstDisplayedRowIndex As Integer
GetC++
protected:
property int FirstDisplayedRowIndex {
int get ();
}F#
member FirstDisplayedRowIndex : int with get