Skip to main content

PaneTitleModel.Text Property

Gets or sets the Title.Text property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[DependentUpon("Visibility")]
[PropertyForOptions(-1, "General", 1)]
[LocalizableCategory(DesignerCategories.General)]
public string Text { get; set; }

Property Value

Type Description
String

A String value which represents the title’s text.

See Also