DataLabel.CustomText Property
Gets or sets custom text displayed in the data label.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| TextArea | A TextArea object that contains the label text. |
Remarks
When you assign the CustomText property, the TextReference property is set to null.
See Also