Class RadColorPaletteView
Inheritance
System.Object
RadColorPaletteView
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadColorPaletteView : Selector, IAutomationPeer, IPeerConverter, IControl, IRadColorPaletteView, ISelector, IFrameworkElement, ITargetElement
Constructors
RadColorPaletteView()
Declaration
public RadColorPaletteView()
Properties
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
System.Int32
|
Implements
ItemElements
Declaration
public IList<IRadColorPaletteViewItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadColorPaletteViewItem>
|
Implements
Items
Declaration
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadColorPaletteViewItem> Items { get; }
Property Value
System.Collections.Generic.IList<RadColorPaletteViewItem>
|
Orientation
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
SelectItem(Int32)
Declaration
public void SelectItem(int itemIndex)
Parameters
System.Int32
itemIndex
|