FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / DataIndex Property

In This Topic
    DataIndex Property (Column)
    In This Topic
    Gets the position of the column in the data source object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataIndex As Integer
    public int DataIndex {get;}
    Remarks
    This property returns -1 for fixed and unbound columns.
    See Also