Skip to main content
Tab

PagerButtonProperties(IPropertiesOwner, ImagePosition, String, Boolean) Constructor

Initializes a new instance of the PagerButtonProperties class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PagerButtonProperties(
    IPropertiesOwner owner,
    ImagePosition defaultImagePosition,
    string defaultText,
    bool defaultVisible
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

defaultImagePosition ImagePosition

The image position.

defaultText String

A String value specifying the pager button’s text.

defaultVisible Boolean

true if the button is visible; otherwise false.

See Also