Skip to main content
All docs
V24.2

HtmlTemplate.IsEmpty Property

Returns whether the HtmlTemplate.Template and HtmlTemplate.Styles properties are set to empty values.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v24.2.dll

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the current object has empty HtmlTemplate.Template and HtmlTemplate.Styles property values; otherwise, false.

See Also