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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ObservableCollection<DevExpress.Xpf.Editors.ImageEditToolInfoBase> | An actual collection of items displayed in the edit menu. |
See Also