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

StylesBase.CreateStyleByName(String, String) Method

Creates and returns a style object with the specified name. For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual AppearanceStyleBase CreateStyleByName(
    string styleNamePrefix,
    string styleName
)

Parameters

Name Type Description
styleNamePrefix String

A string specifying the style prefix.

styleName String

A string specifying the style name.

Returns

Type Description
AppearanceStyleBase

An AppearanceStyleBase object that is the created style.

See Also