RadControls for WPF

Represents an item in the RadColorPaletteView control.

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

Syntax

C#
public class RadColorPaletteViewItem : RadListBoxItem
Visual Basic
Public Class RadColorPaletteViewItem _
	Inherits RadListBoxItem

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..::..ContentControl
                ListItem
                  Telerik.Windows.Controls..::..RadListBoxItem
                    Telerik.Windows.Controls..::..RadColorPaletteViewItem

See Also