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

In This Topic
    ActualCanUserToggleDetails Property
    In This Topic
    Gets or sets a value indicating whether the user can toggle details, taking in consideration properties of the containing DataGrid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualCanUserToggleDetails As Boolean
    public bool ActualCanUserToggleDetails {get;}
    See Also