[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeCollection.GetKeyForItem

GetKeyForItem Method

GetKeyForItem(C1Theme)

Gets the key for a specified theme.

Declaration
protected override string GetKeyForItem(C1Theme item)
Parameters
Type Name Description
C1Theme item

The theme to get the key for.

Returns
Type Description
string

The name of the specified theme.

Overrides