Back to Devexpress

PropertyDefinition.MenuCustomizations Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinition-461c9e0c.md

latest2.6 KB
Original Source

PropertyDefinition.MenuCustomizations Property

Allows you to customize a current property menu by adding new menu items or removing existing ones. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public ObservableCollection<IControllerAction> MenuCustomizations { get; }
vb
Public ReadOnly Property MenuCustomizations As ObservableCollection(Of IControllerAction)

Property Value

TypeDescription
ObservableCollection<IControllerAction>

A ObservableCollection<T><IControllerAction,> object.

|

Remarks

Use the MenuCustomizations property to add or remove menu items for a particular property.

To customize a set of menu items for all the properties in the entire property grid, use the control’s PropertyGridControl.MenuCustomizations property.

The property’s MenuCustomizations property has higher precedence than the control’s PropertyGridControl.MenuCustomizations property.

To learn more about property menu customizations, see Property Menu.

See Also

PropertyDefinition Class

PropertyDefinition Members

DevExpress.Xpf.PropertyGrid Namespace