Skip to main content
Tab

AllButtonProperties(IPropertiesOwner, Boolean, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AllButtonProperties(
    IPropertiesOwner owner,
    bool visible,
    string text
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

visible Boolean

true to display the button within the control; otherwise, false. This value is assigned to the PagerButtonProperties.Visible property.

text String

A string value that specifies the button’s text. This value is assigned to the PagerButtonProperties.Text property.

See Also