Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ColorPicker Class / AvailableColors Property


    AvailableColors Property (ColorPicker)

    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

    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