ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridFilterRowHeaderPresenter Class / CanUserToggleDetails Property

In This Topic
    CanUserToggleDetails Property (DataGridFilterRowHeaderPresenter)
    In This Topic
    Gets or sets a value indicating whether the expand/collapse button is visible.
    Syntax
    'Declaration
     
    
    Public Property CanUserToggleDetails As Boolean
    public bool CanUserToggleDetails {get; set;}
    See Also