KaxColorPickerItems Property |
Collection of the color picker items
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ColorPickerItemCollection Items { get; }
Public ReadOnly Property Items As ColorPickerItemCollection
Get
public:
property ColorPickerItemCollection^ Items {
ColorPickerItemCollection^ get ();
}
member Items : ColorPickerItemCollection with get
Property Value
Type:
ColorPickerItemCollection
See Also