RadControls for WPF

RadColorPaletteView represent a selectable set of colors ordered in a palette. It is an items control that consists of RadColorPaletteView items.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public class RadColorPaletteView : RadListBox
Visual Basic
Public Class RadColorPaletteView _
	Inherits RadListBox

Remarks

You can set the ItemSource or use Palette property in order to set different colors from some of the ColorPresets or custom implementation.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                ItemsControlSelector
                  ListControl
                    Telerik.Windows.Controls..::..RadListBox
                      Telerik.Windows.Controls..::..RadColorPaletteView

See Also