PagerPageSizeItemStyle.MergeWith(Style) Method
Combines the properties of the specified Style with the current instance of the PagerPageSizeItemStyle class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
style | Style | A Style that is the object to be combined. |
Remarks
Use the MergeWith method to combine the properties of the specified Style object with the instance of the PagerPageSizeItemStyle class that this method is called from.
Note
All properties, except those that have already been set in the current instance of the PagerPageSizeItemStyle class, will be replaced by the corresponding property of the Style specified by the style parameter.
See Also