menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownButtonSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropDownButtonSettings

    Represents the settings for drop down button in SfComboBox control.

    Inheritance
    System.Object
    DropDownButtonSettings
    Namespace: Syncfusion.XForms.WPF.ComboBox
    Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
    Syntax
    public class DropDownButtonSettings : DependencyObject

    Constructors

    DropDownButtonSettings()

    Initializes a new instance of the DropDownButtonSettings class

    Declaration
    public DropDownButtonSettings()

    Fields

    BackgroundColorProperty

    Gets or sets the background color for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty BackgroundColorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontFamilyProperty

    Gets or sets the font family for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontIconColorProperty

    Gets or sets the font icon color for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty FontIconColorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontIconProperty

    Gets or sets the font icon for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty FontIconProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontSizeProperty

    Gets or sets the font size for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeightProperty

    Gets or sets the height of dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty HeightProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HighlightedBackgroundColorProperty

    Gets or sets the highlighted background color for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty HighlightedBackgroundColorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HighlightFontColorProperty

    Gets or sets the highlight font color for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty HighlightFontColorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ImageProperty

    Gets or sets the image for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty ImageProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ViewProperty

    Gets or sets the view for dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty ViewProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    WidthProperty

    Gets or sets the width of dropdown button. This is a dependency property.

    Declaration
    public static readonly DependencyProperty WidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    BackgroundColor

    Gets or sets the background color for drop down button.

    Declaration
    public Brush BackgroundColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FontFamily

    Gets or sets the font family for drop down button.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    System.String

    FontIcon

    Gets or sets the font icon for drop down button.

    Declaration
    public string FontIcon { get; set; }
    Property Value
    Type
    System.String

    FontIconColor

    Gets or sets the font icon color for drop down button.

    Declaration
    public Brush FontIconColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FontSize

    Gets or sets the font size for drop down button.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    Height

    Gets or sets the height for drop down button.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    HighlightedBackgroundColor

    Gets or sets the highlighted background color for drop down button.

    Declaration
    public Brush HighlightedBackgroundColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    HighlightFontColor

    Gets or sets the highlighted font color for drop down button.

    Declaration
    public Brush HighlightFontColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    Image

    Gets or sets the image for drop down button.

    Declaration
    public ImageSource Image { get; set; }
    Property Value
    Type
    System.Windows.Media.ImageSource

    View

    Gets or sets the view for drop down button.

    Declaration
    public object View { get; set; }
    Property Value
    Type
    System.Object

    Width

    Gets or sets the width for drop down button.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved