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

StylesBase.CreateStyleCopyByName<T>(String) Method

Creates and returns a copy of a style object with the specified name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public T CreateStyleCopyByName<T>(
    string styleName
)
    where T : AppearanceStyleBase, new()

Parameters

Name Type Description
styleName String

A String containing the name of the style is being copied.

Type Parameters

Name
T

Returns

Type Description
T

A style object which is a copy of the specified style.

See Also