Xceed Toolkit Plus for WPF v4.6 Documentation
AvailableColors Property (ColorPicker)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ColorPicker Class : AvailableColors Property

Gets or sets all colors that are available to the user for selection.

Syntax
'Declaration
 
Public Property AvailableColors As ObservableCollection(Of ColorItem)
'Usage
 
Dim instance As ColorPicker
Dim value As ObservableCollection(Of ColorItem)
 
instance.AvailableColors = value
 
value = instance.AvailableColors
public ObservableCollection<ColorItem> AvailableColors {get; set;}

Property Value

A collection of ColorItem objects representing the available colors.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorPicker Class
ColorPicker Members