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

LinkStyleComponentStyle(Boolean) Constructor

Initializes a new instance of the LinkStyleComponentStyle class with the specified importance attribute declaration.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public LinkStyleComponentStyle(
    bool makeAttributesImportant
)

Parameters

Name Type Description
makeAttributesImportant Boolean

true, to declare style attributes with the !important statement; otherwise, false.

See Also