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

PaneTitleModel.Text Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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