Back to Devexpress

PropertyDefinitionBase.ShowChildren Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-f4a2fb65.md

latest1.3 KB
Original Source

PropertyDefinitionBase.ShowChildren Property

Gets or sets whether to show child properties. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public bool ShowChildren { get; set; }
vb
Public Property ShowChildren As Boolean

Property Value

TypeDescription
Boolean

true, to show child properties; otherwise, false.

|

Remarks

To learn more, see Collection Definitions.

See Also

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace