RichTextString.IsPlainText Property
Gets a value indicating whether the rich text in a cell is a plain rather than a formatted text.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the rich text is empty or not formatted; otherwise, false. |
Remarks
The IsPlainText property returns true in the following cases:
- The rich text is empty (the RichTextString.IsEmpty property is true).
- The rich text includes a single text run whose RichTextRun.Font property is null.
See Also