ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / CanUserSort Property

In This Topic
    CanUserSort Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets a value indicating whether the user can sort by this column.
    Syntax
    'Declaration
     
    
    Public Property CanUserSort As Boolean
    public bool CanUserSort {get; set;}

    Property Value

    true if the user can sort by this column; otherwise, false.
    See Also