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

In This Topic
    Selection Property (C1GridControl)
    In This Topic
    Gets or sets the current selection.
    Syntax
    'Declaration
     
    Public Property Selection As GridControlRange
    public GridControlRange Selection {get; set;}
    See Also