ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Mode Property

In This Topic
    Mode Property (DataGridSelection)
    In This Topic
    Gets the mode that determines how the cells columns or rows will be selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Mode As DataGridSelectionMode
    public DataGridSelectionMode Mode {get;}

    Property Value

    The mode.
    See Also