Gets or sets whether the Sorting setting should be applied to subproperties. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool SortSubproperties { get; set; }
Visual Basic (Declaration)
Public Property SortSubproperties As Boolean

Remarks

The default value is true.

Changing this setting while the grid is displayed collapses any expanded properties.

Dependency Property Information
Identifier field SortSubpropertiesProperty
Metadata properties set to true None

See Also