Skip to main content
Tab

ErrorFrameStyle.IsEmpty Property

Gets a value that indicates whether this ErrorFrameStyle object is initialized with the default values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the ErrorFrameStyle object is initialized with the default values; otherwise false.

See Also