alexa

    Show / Hide Table of Contents

    Enum PickerMode

    Specifies whether to display colors as a palette, palette in drop down or palette in split button.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public enum PickerMode

    Fields

    Name Description
    DropDown

    A ComboBox is displayed with the palette in its dropdown.

    Palette

    Colors are displayed as a palette (rows and columns)

    Split

    A SplitButton is displayed with the palette in its dropdown.

    Back to top Generated by DocFX