menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxPicker - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxPicker

    Represents the combo box which allow user to select option.

    Inheritance
    System.Object
    ComboBoxPicker
    Namespace: Syncfusion.UI.Xaml.PivotClient
    Assembly: Syncfusion.SfPivotClient.UWP.dll
    Syntax
    public sealed class ComboBoxPicker : ComboBox

    Constructors

    ComboBoxPicker()

    Initializes a new instance of the ComboBoxPicker class.

    Declaration
    public ComboBoxPicker()

    Fields

    IsDropDownOpenProperty

    Identifies the IsDropDownOpen dependency property.

    Declaration
    public static DependencyProperty IsDropDownOpenProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    IsDropDownOpen

    Check whether the combo box is in drop down open state.

    Declaration
    public bool IsDropDownOpen { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    OnApplyTemplate()

    Builds the visual tree for this control when a new template is applied.

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved