Skip to main content
A newer version of this page is available. .

AnnotationModel.RuntimeEditing Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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