Skip to main content
Tab

NextButtonProperties(IPropertiesOwner, Boolean) Constructor

Initializes a new instance of the NextButtonProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NextButtonProperties(
    IPropertiesOwner owner,
    bool visible
)

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.

See Also