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

In This Topic
    CanUserToggleDetails Property (DataGridRow)
    In This Topic
    Gets or sets a value indicating whether the user can toggle details.
    Syntax
    'Declaration
     
    
    Public Property CanUserToggleDetails As Boolean
    public bool CanUserToggleDetails {get; set;}

    Property Value

    true if the user can toggle details; otherwise, false.
    See Also