Default editor used by C1PropertyGrid to edit ColorPalette values.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class ColorPaletteEditor : C1ComboBox, 
	ITypeEditorControl
Visual Basic
Public Class ColorPaletteEditor _
	Inherits C1ComboBox _
	Implements ITypeEditorControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Silverlight..::..C1ComboBox
              C1.Silverlight.Extended.PropertyGrid..::..ColorPaletteEditor

See Also