Skip to main content
A newer version of this page is available. .

PredefinedColorCollections Class

Provides predefined color collections.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static class PredefinedColorCollections

Remarks

The static PredefinedColorCollections class provides base colors for the predefined palette collections. For instance, the PredefinedColorCollections.Apex property returns base colors for the Apex palette collection (ColorEdit_ColorPalettes_Apex).

Example

This example shows how to create custom palettes and display them within a ColorEdit control.

Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.Configuration
Imports System.Data
Imports System.Linq
Imports System.Windows

Namespace DXEditors_ColorEdit
    ''' <summary>
    ''' Interaction logic for App.xaml
    ''' </summary>
    Partial Public Class App
        Inherits Application
    End Class
End Namespace

Inheritance

Object
PredefinedColorCollections
See Also