AppearanceStyleBase.MergeBordersWith(Style) Method
In This Article
Combines the border properties of the specified Style with the current instance of the AppearanceStyleBase class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
style | Style | A Style that represents the object to combine. |
#Remarks
Use the MergeBordersWith method to combine the border properties of the specified Style object with the instance of the AppearanceStyleBase class that this method is called from.
See Also