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

In This Topic
    CanUserToggleDetails Property (C1DataGrid)
    In This Topic
    Gets or sets a value indicating whether the user is able to change the visibility of the row details by clicking a toggle button located in the top right corner of the corresponding row header.
    Syntax
    'Declaration
     
    
    Public Property CanUserToggleDetails As Boolean
    public bool CanUserToggleDetails {get; set;}
    Remarks

    Notice RowDetailsTemplate must be set in order to display the toggle button.

    Optionally the property RowDetailsVisibilityMode can be set if the requirements fits one of the built-in modes.

    See Also