Skip to main content

BarItemNames.Reset Field

Identifies the Reset property menu item.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public const string Reset = "PropertyGridMenuItem_Reset"

Field Value

Type
String

Remarks

The PropertyGrid control allows you to remove the default menu items from the property menus. Use the BarItemNames field values to identify the menu items that you want to remove. To learn more, see Property Menu.

See Also