Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v21.2.Core.dll

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

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

See Also