ComponentOne DataGrid for WPF and Silverlight
CanUserToggleDetails Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CanUserToggleDetails Property
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 System.Boolean
public System.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

Reference

C1DataGrid Class
C1DataGrid Members