PagerStyles.CopyFrom(StylesBase) Method
Duplicates the properties of the specified object into the current instance of the PagerStyles class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | StylesBase | A StylesBase object that represents an object which the settings will be copied from. |
See Also