Skip to main content
A newer version of this page is available.
All docs
V19.1

AgendaStylesBase(ISkinOwner) Constructor

Initializes a new instance of the AgendaStylesBase class with the specified owner.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public AgendaStylesBase(
    ISkinOwner owner
)

Parameters

Name Type Description
owner DevExpress.Web.Internal.ISkinOwner

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

See Also