Skip to main content
Row

TextConditionalFormatting.Text Property

Gets or sets a text string used as the formatting criteria in the conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string Text { get; set; }

Property Value

Type Description
String

A String value that represents text specified in the conditional formatting rule.

See Also