Skip to main content
Tab

Paddings.IsEmpty Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

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

See Also