Represents a group of property settings.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class XmlPropertySettingGroup
Inheritance: objectXmlPropertySettingGroup
Constructors
C#
public XmlPropertySettingGroup()
Properties
Gets or sets value indicating the key of a repository item which this group is based on.
C#
public string BasedOn { get; set; }
Gets or sets the collection of properties.
C#
public XmlPropertySettingCollection PropertySettings { get; }
Gets or sets the collection of selectors.
C#
public XmlSelectorCollection Selectors { get; }
Methods
Retrieves the string representation of the instance.