Skip to main content
All docs
V23.2

ImageEditToEditModeBehavior.ActualEditMenuItems Property

Gets or sets an actual 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> ActualEditMenuItems { get; }

Property Value

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

An actual collection of items displayed in the edit menu.

See Also