Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended.PropertyGrid Namespace / ColorPaletteEditor Class
Members

In This Topic
    ColorPaletteEditor Class
    In This Topic
    Default editor used by C1PropertyGrid to edit ColorPalette values.
    Object Model
    ColorPaletteEditor Class
    Syntax
    'Declaration
     
    
    Public Class ColorPaletteEditor 
       Inherits C1.Silverlight.C1ComboBox
       Implements C1.Silverlight.Extended.ITypeEditorControl, C1.Silverlight.Extended.ITypeMutipleEditorControl 
    public class ColorPaletteEditor : C1.Silverlight.C1ComboBox, C1.Silverlight.Extended.ITypeEditorControl, C1.Silverlight.Extended.ITypeMutipleEditorControl  
    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