StyleRepository
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public class StyleRepository
Inheritance: objectStyleRepository
Constructors
Initializes a new instance of the StyleRepository class.
public StyleRepository()
Initializes a new instance of the StyleRepository class and specifies its main properties.
Initializes a new instance of the StyleRepository class and specifies the repository key.
Initializes a new instance of the StyleRepository class by using an existigng instance.
public StyleRepository(StyleRepository repository)
The StyleRepository to be used as a source
Properties
Settings
List<PropertySetting>
Gets a collection containing the repository settings.
public List<PropertySetting> Settings { get; }
Methods
Searches for a specific property setting in the repository.
public PropertySetting FindSetting(RadProperty property)
The property to search for.
Returns:An instance of PropertySetting
Searches for a specific property setting in the repository.
public PropertySetting FindSetting(string name)
The property name to search for.
Returns:An instance of PropertySetting
Initializes the repository and maps its properties.
public void Initialize()