RadControls for WinForms

The StyleRepository type exposes the following members.

Constructors

  NameDescription
Public methodStyleRepository()()()()
Initializes a new instance of the StyleRepository class.
Public methodStyleRepository(String)
Initializes a new instance of the StyleRepository class and specifies the repository key.
Public methodStyleRepository(StyleRepository)
Initializes a new instance of the StyleRepository class by using an existigng instance.
Public methodStyleRepository(String, String, String)
Initializes a new instance of the StyleRepository class and specifies its main properties.

Methods

  NameDescription
Public methodFindSetting(String)
Searches for a specific property setting in the repository.
Public methodFindSetting(RadProperty)
Searches for a specific property setting in the repository.
Public methodInitialize
Initializes the repository and maps its properties.

Properties

  NameDescription
Public propertyItemType
Gets or sets the repository type.
Public propertyKey
Gets or sets the repository key.
Public propertyName
Gets or sets the repository name.
Public propertySettings
Gets a collection containing the repository settings.

See Also