Back to Devexpress

PropertyGridControl.AllowExpanding Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-e8e239f4.md

latest1.4 KB
Original Source

PropertyGridControl.AllowExpanding Property

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public AllowExpandingMode? AllowExpanding { get; set; }
vb
Public Property AllowExpanding As AllowExpandingMode?

Property Value

Type
Nullable<AllowExpandingMode>

Available values:

NameDescription
Default

Expands properties according to their type converters.

| | Never |

Doesn’t expand any property.

| | ForceIfNoTypeConverter |

Expands all properties that don’t have a type converter.

| | Force |

Expands all properties.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace