Interface IRadColorPicker
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadColorPicker : IControl, IFrameworkElement, ITargetElement
Properties
IsPopupOpen
Declaration
bool IsPopupOpen { get; }
Property Value
System.Boolean
|
SelectedColorValue
Declaration
string SelectedColorValue { get; }
Property Value
System.String
|
Methods
TogglePopup()
Declaration
void TogglePopup()