Share via


PropertyContainer.ActiveEditMode Property

Gets or sets the currently displayed edit mode for this container. This is a dependency property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

public PropertyContainerEditMode ActiveEditMode { get; set; }

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
A PropertyContainerEditMode for this container.

Dependency Property Information

Identifier field

ActiveEditModeProperty

Metadata properties set to true

Inline

Remarks

Example edits modes are ExtendedPopup, ExtendedPinned, Inline or Dialog.

.NET Framework Security

See Also

Reference

PropertyContainer Class

PropertyContainer Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview