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

BorderWrapper(Style) Constructor

Initialize a new instance of the BorderWrapper class with the owner specified.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public BorderWrapper(
    Style owner
)

Parameters

Name Type Description
owner Style

A Style object that represents the ower of the created object.

Remarks

This constructor creates a new instance of the BorderWrapper class and initializes it with the specified owner.

See Also