Class SfRibbonComboBox
Represents class for RibbonComboBox
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonComboBox : SfComboBox, IDataValidator, IDisposable
  Constructors
SfRibbonComboBox()
Initializes a new instance of the SfRibbonComboBox class.
Declaration
public SfRibbonComboBox()
  Fields
ToolTipProperty
Using a DependencyProperty as the backing store for ToolTip. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ToolTipProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
Properties
ToolTip
Gets or sets the ToolTip.
Declaration
[ClassReference(IsReviewed = false)]
public object ToolTip { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null.  | 
      
Methods
Dispose()
dispose method
Declaration
public void Dispose()
  Dispose(Boolean)
Method for dispose
Declaration
protected virtual void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | disposing parameter  | 
      
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item
Declaration
protected override DependencyObject GetContainerForItemOverride()
  Returns
| Type | Description | 
|---|---|
| Windows.UI.Xaml.DependencyObject | returns Dependency Object  | 
      
Overrides
IsItemItsOwnContainerOverride(Object)
Determines if the specified item is (or is eligible to be) its own container
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | item | object item  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | returns boolean  | 
      
Overrides
OnApplyTemplate()
Initializes all the child elements of the RibbonComboBox
Declaration
protected override void OnApplyTemplate()
  Overrides
OnPointerExited(PointerRoutedEventArgs)
Called when a pointer leaves the area of this element.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter  | 
      
OnPointerReleased(PointerRoutedEventArgs)
method used when pointer released
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter  | 
      
Implements
      System.IDisposable