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

In This Topic
    SelectionMode Property (FlexGrid)
    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