PagerButtonProperties(IPropertiesOwner, ImagePosition, String, Boolean) Constructor
Initializes a new instance of the PagerButtonProperties class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 |
|
See Also