Skip to main content
All docs
V23.2

CustomEditMenuItemsEventArgs.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 ICollection<ImageEditToolInfoBase> EditMenuItems { get; set; }

Property Value

Type Description
ICollection<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.

See Also