Class
XmlPropertySettingGroup

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

PropertySettingGroup

Properties

BasedOn

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

Declaration

cs-api-definition
public string BasedOn { get; set; }

Property Value

string

GroupName

Retrieve the name of the group.

Declaration

cs-api-definition
public string GroupName { get; }

Property Value

string

PropertySettings

Gets or sets the collection of properties.

Declaration

cs-api-definition
public XmlPropertySettingCollection PropertySettings { get; }

Property Value

XmlPropertySettingCollection

Selectors

Gets or sets the collection of selectors.

Declaration

cs-api-definition
public XmlSelectorCollection Selectors { get; }

Property Value

XmlSelectorCollection

Methods

Deserialize()

Declaration

cs-api-definition
public PropertySettingGroup Deserialize()

Returns

PropertySettingGroup

ToString()

Retrieves the string representation of the instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()