FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellView Class / SelectedTimes Property

In This Topic
    SelectedTimes Property (GridCellView)
    In This Topic
    Gets or sets the number of times the cell is selected.
    Syntax
    'Declaration
     
    Public Property SelectedTimes As Integer
    public int SelectedTimes {get; set;}
    See Also