Skip to main content
Tab

PagerComboBoxStyle.CopyFrom(Style) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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