ClassXmlPropertySettingGroup
Class
Represents a group of property settings.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class XmlPropertySettingGroup
Inheritance: objectXmlPropertySettingGroup
Constructors
XmlPropertySettingGroup()
Declaration
cs-api-definition
public XmlPropertySettingGroup()
XmlPropertySettingGroup(PropertySettingGroup)
Declaration
cs-api-definition
public XmlPropertySettingGroup(PropertySettingGroup group)
Parameters
group
Properties
BasedOn
Gets or sets value indicating the key of a repository item which this group is based on.
GroupName
Retrieve the name of the group.
PropertySettings
Gets or sets the collection of properties.
Declaration
cs-api-definition
public XmlPropertySettingCollection PropertySettings { get; }
Property Value
Selectors
Gets or sets the collection of selectors.
Declaration
cs-api-definition
public XmlSelectorCollection Selectors { get; }
Property Value
Methods
Deserialize()
Declaration
cs-api-definition
public PropertySettingGroup Deserialize()
Returns
ToString()
Retrieves the string representation of the instance.