Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ItemCheckEventArgs Class / DisplayIndex Property


In This Topic
    DisplayIndex Property
    In This Topic
    Gets the zero-based display index of the ListItem to change.
    Syntax
    'Declaration
     
    Public ReadOnly Property DisplayIndex As Integer
    'Usage
     
    Dim instance As ItemCheckEventArgs
    Dim value As Integer
     
    value = instance.DisplayIndex
    public int DisplayIndex {get;}

    Property Value

    The zero-based display index of the ListItem to change.
    See Also