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

PagerPageSizeItemStyle.CopyFrom(Style) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override void CopyFrom(
    Style style
)

Parameters

Name Type Description
style Style

A Style object that represents the object whose settings will be copied.

See Also