Skip to main content
All docs
V25.1
  • Annotation.RuntimeDeletion Property

    Specifies whether a user can remove the annotation.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public bool RuntimeDeletion { get; set; }

    Property Value

    Type Description
    Boolean

    true, if the annotation can be deleted at runtime; otherwise, false.

    Remarks

    A user should select the annotation and press Delete to remove it.

    See Also