RichTextString.IsEmpty Property
Gets a value indicating whether the rich text in a cell is an empty string.
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 a zero-length string (“”); otherwise, false. |
See Also