PropertySettingGroup
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public class PropertySettingGroup
Inheritance: objectPropertySettingGroup
Constructors
Initializes a new instance of the PropertySettingGroup class.
public PropertySettingGroup()
Initializes a new instance of the PropertySettingGroup class by using an existing instance.
public PropertySettingGroup(PropertySettingGroup sourceGroup)
The PropertySettingGroup to be used as a source.
Initializes a new instance of the PropertySettingGroup class.
public PropertySettingGroup(string className, Condition condition, params PropertySetting[] propertySettings)
Initializes a new instance of the PropertySettingGroup class.
public PropertySettingGroup(string basedOn, ElementSelector selector)
Initializes a new instance of the PropertySettingGroup class.
public PropertySettingGroup(string className, params PropertySetting[] propertySettings)
Initializes a new instance of the PropertySettingGroup class.
Initializes a new instance of the PropertySettingGroup class.
public PropertySettingGroup(Type type, Condition condition, params PropertySetting[] propertySettings)
Initializes a new instance of the PropertySettingGroup class.
public PropertySettingGroup(Type type, params PropertySetting[] propertySettings)
Fields
public const char BasedOnDelimiter = ','
Properties
Gets or sets value indicating the key of a repository item which this group is based on.
public string BasedOn { get; set; }
Gets a collection of the property settings for the property setting group.
public List<PropertySetting> PropertySettings { get; }
Gets a collection of repository settings for the property setting group.
public List<StyleRepository> Repositories { get; }
Gets the ElementSelector for this property setting group.
public ElementSelector Selector { get; set; }
Methods
Applies the property settings contained in this group to the specified element.
Searches for a property setting for the specified property.
public PropertySetting FindSetting(RadProperty property)
The property to search for
Returns:An instance of PropertySetting if successfull.
Searches for a property setting for the specified property.
public PropertySetting FindSetting(string name)
The name of the property to search for
Returns:An instance of PropertySetting if successfull.