Skip to main content
All docs
V25.1
  • 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.v25.1.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