Skip to main content
All docs
V23.2

ImageEditToEditModeBehavior.EditMenuItems Property

Gets or sets a collection of items displayed in the ImageEdit edit menu.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ObservableCollection<ImageEditToolInfoBase> EditMenuItems { get; }

Property Value

Type Description
ObservableCollection<DevExpress.Xpf.Editors.ImageEditToolInfoBase>

A collection of items displayed in the edit menu.

Remarks

The EditMenuItems collection can contain items of ImageEditToolButtonInfo and ImageEditToolSeparatorInfo types.

Handle the CustomEditMenuItems event to change items displayed in the edit menu.

See Also