Skip to main content
Tab

LinkStyle(Boolean) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LinkStyle(
    bool makeAttributesImportant
)

Parameters

Name Type Description
makeAttributesImportant Boolean

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

See Also