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()