FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1GridControl)
    In This Topic
    Gets or sets how the cells, columns or rows are selected.
    Syntax
    'Declaration
     
    Public Property SelectionMode As GridSelectionMode
    public GridSelectionMode SelectionMode {get; set;}
    See Also