ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / ColorPalette Class / DataCollection Property

In This Topic
    DataCollection Property
    In This Topic
    Gets the data collection this list is wrapping.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable ReadOnly Property DataCollection As C1.DataCollection.IDataCollection(Of ColorPaletteEntry)
    protected override C1.DataCollection.IDataCollection<ColorPaletteEntry> DataCollection {get;}
    See Also