ClassRadColorPaletteView
Represents the Silverlight RadColorPaletteView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadColorPaletteView : Selector, IAutomationPeer, IPeerConverter, IControl, IRadColorPaletteView, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorRadColorPaletteView
Implements:
Inherited Members
Constructors
RadColorPaletteView()
Initializes a new instance of the RadColorPaletteView class.
Declaration
public RadColorPaletteView()
Properties
ColumnCount
Gets the Palette column count.
ItemElements
Get the list of color palette view items.
Declaration
public IList<IRadColorPaletteViewItem> ItemElements { get; }
Property Value
Implements
Items
Get the list of color palette view items.
Declaration
[Obsolete("The property is deprecated. Please use ItemElements instead.")]
public IList<RadColorPaletteViewItem> Items { get; }
Property Value
Orientation
Gets the Palette orientation.
Declaration
public Orientation Orientation { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference to assign.
Overrides
Implements
SelectItem(int)
Simulates user click to select the item with given index. Throws ArgumentOutOfRangeException if item index is out of range.
Declaration
public void SelectItem(int itemIndex)
Parameters
itemIndex
The index of the item to be selected.
Implements