New to Telerik UI for WinFormsStart a free 30-day trial

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()
C#
public XmlPropertySettingGroup(PropertySettingGroup group)
Parameters:groupPropertySettingGroup

Properties

Gets or sets value indicating the key of a repository item which this group is based on.

C#
public string BasedOn { get; set; }

Retrieve the name of the group.

C#
public string GroupName { get; }

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

C#
public PropertySettingGroup Deserialize()
Returns:

PropertySettingGroup

Retrieves the string representation of the instance.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()