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

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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 fieldAllowExpandProperty
Metadata properties set to trueNone

See Also