Skip to main content
Tab

ASPxImageSliderBase(ASPxWebControl) Constructor

Initializes a new instance of the ASPxImageSliderBase class descendant with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxImageSliderBase(
    ASPxWebControl ownerControl
)

Parameters

Name Type Description
ownerControl ASPxWebControl

An ASPxWebControl object that is the owner of the created object.

See Also