Class XmlPropertySettingGroup
Represents a group of property settings.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class XmlPropertySettingGroup
Constructors
XmlPropertySettingGroup()
Declaration
public XmlPropertySettingGroup()
XmlPropertySettingGroup(PropertySettingGroup)
Declaration
public XmlPropertySettingGroup(PropertySettingGroup group)
Parameters
PropertySettingGroup
group
|
Properties
BasedOn
Gets or sets value indicating the key of a repository item which this group is based on.
Declaration
public string BasedOn { get; set; }
Property Value
System.String
|
GroupName
Retrieve the name of the group.
Declaration
public string GroupName { get; }
Property Value
System.String
|
PropertySettings
Gets or sets the collection of properties.
Declaration
public XmlPropertySettingCollection PropertySettings { get; }
Property Value
XmlPropertySettingCollection
|
Selectors
Gets or sets the collection of selectors.
Declaration
public XmlSelectorCollection Selectors { get; }
Property Value
XmlSelectorCollection
|
Methods
Deserialize()
ShouldSerializeBasedOn()
Determines whether the BasedOn property should be serialized.
Declaration
public bool ShouldSerializeBasedOn()
Returns
System.Boolean
|
ToString()
Retrieves the string representation of the instance.
Declaration
public override string ToString()
Returns
System.String
|