Skip to main content

XlColor.IsEmpty Property

Gets a value indicating whether the current color is empty.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public bool IsEmpty { get; }

#Property Value

Type Description
Boolean

true, if the color is empty; otherwise, false.

See Also