Skip to main content
A newer version of this page is available. .

DayViewStyles.CopyFrom(StylesBase) Method

Duplicates the properties of the specified object into the current instance of the DayViewStyles class.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override void CopyFrom(
    StylesBase source
)

Parameters

Name Type Description
source StylesBase

A StylesBase object that is the object from which the settings will be copied.

See Also