Skip to main content
Row

RichTextString.IsEmpty Property

Gets a value indicating whether the rich text in a cell is an empty string.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the rich text is a zero-length string (“”); otherwise, false.

See Also