Gets or sets whether the user should be allowed to expand a node edited by this. editor. This is a dependency property.

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

Syntax

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

Remarks

If false, the user cannot expand a node that is handled by this editor: all editing is done via the editor. If true, the user can expand the node if it has subproperties: this allows the user to edit a record "one bit at a time" via the expansion or to edit it "as a whole" via this editor. This is also useful for displaying a read-only summary even if all modifications must be done via subproperties. The default is false.

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

See Also