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

In This Topic
    CanUserToggleDetails Property (DataGridRowHeaderPresenter)
    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