Interface IRadColorPaletteView
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadColorPaletteView : ISelector, IFrameworkElement, ITargetElement
Properties
ColumnCount
Declaration
int ColumnCount { get; }
Property Value
System.Int32
|
ItemElements
Declaration
IList<IRadColorPaletteViewItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadColorPaletteViewItem>
|
Orientation
Methods
SelectItem(Int32)
Declaration
void SelectItem(int itemIndex)
Parameters
System.Int32
itemIndex
|