Class RadColorPicker
Inheritance
System.Object
RadColorPicker
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 RadColorPicker : Control, IAutomationPeer, IPeerConverter, IRadColorPicker, IControl, IFrameworkElement, ITargetElement
Constructors
RadColorPicker()
Declaration
public RadColorPicker()
Properties
IsPopupOpen
Declaration
public bool IsPopupOpen { get; }
Property Value
System.Boolean
|
Implements
SelectedColor
SelectedColorValue
Declaration
public string SelectedColorValue { get; }
Property Value
System.String
|
Implements
Selector
Methods
SelectItem(Int32, Int32)
Declaration
public void SelectItem(int paletteIndex, int itemIndex)
Parameters
System.Int32
paletteIndex
|
System.Int32
itemIndex
|
TogglePopup()
WaitPopupAnimation(Int32)
Declaration
public void WaitPopupAnimation(int checkDuration)
Parameters
System.Int32
checkDuration
|