RadControls for WinForms

A collection that stores XmlPropertySetting objects.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class XmlPropertySettingCollection : CollectionBase, 
	ICollection<XmlPropertySetting>, IEnumerable<XmlPropertySetting>, IEnumerable
Visual Basic
Public Class XmlPropertySettingCollection _
	Inherits CollectionBase _
	Implements ICollection(Of XmlPropertySetting), IEnumerable(Of XmlPropertySetting),  _
	IEnumerable

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    Telerik.WinControls..::..XmlPropertySettingCollection

See Also