Skip to main content
A newer version of this page is available. .

PropertyDefinitionBase.ShowChildren Property

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

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

public bool ShowChildren { get; set; }

Property Value

Type Description
Boolean

true, to show child properties; otherwise, false.

Remarks

To learn more, see Collection Definitions.

See Also