A newer version of this page is available.
Switch to the current version.
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
)
Public Overridable Function CreateStyleByName(
styleNamePrefix As String,
styleName As String
) As AppearanceStyleBase
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
Feedback