Skip to main content
All docs
V24.1

CustomEditMenuItemsEventArgs.EditMenuItems Property

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.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