Skip to main content

AnnotationModel.RuntimeEditing Property

Gets or sets the Annotation.RuntimeEditing property within the AnnotationModel.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public bool RuntimeEditing { get; set; }

Property Value

Type Description
Boolean

true if a user is allowed to modify the annotation; otherwise, false. The default value is false.

See Also