Skip to main content
A newer version of this page is available. .

BarItemNames.Refresh Field

Identifies the Refresh property menu item.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public const string Refresh = "PropertyGridMenuItem_Refresh"

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