Skip to main content
Tab

PagerStyle.IsEmpty Property

Gets whether the PagerStyle 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 PagerStyle object is initialized with the default values; otherwise false.

See Also