menu

UWP

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

    Show / Hide Table of Contents

    Class SfRibbonComboBox

    Represents class for RibbonComboBox

    Inheritance
    System.Object
    SfComboBox
    SfRibbonComboBox
    Implements
    IDataValidator
    System.IDisposable
    Inherited Members
    SfComboBox.AutoCompleteItemsProperty
    SfComboBox.ComboBoxMode
    SfComboBox.ComboBoxModeProperty
    SfComboBox.OnDropDownClosed(Object)
    SfComboBox.OnDropDownOpened(Object)
    SfComboBox.OnItemsChanged(Object)
    SfComboBox.OnKeyDown(KeyRoutedEventArgs)
    SfComboBox.OnLostFocus(RoutedEventArgs)
    SfComboBox.OnSelectedIndexChanged(DependencyPropertyChangedEventArgs)
    SfComboBox.OnSelectedItemChanged(DependencyPropertyChangedEventArgs)
    SfComboBox.SelectedIndex
    SfComboBox.SelectedIndexProperty
    SfComboBox.SelectedItem
    SfComboBox.SelectedItemProperty
    SfComboBox.ShowClearButton
    SfComboBox.ShowClearButtonProperty
    SfComboBox.Validate(ValidationEventArgs)
    SfComboBox.Watermark
    SfComboBox.WatermarkProperty
    SfComboBox.WatermarkTemplate
    SfComboBox.WatermarkTemplateProperty
    SfComboBox.WatermarkTemplateSelector
    SfComboBox.WatermarkTemplateSelectorProperty
    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
    SfComboBox.GetContainerForItemOverride()

    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
    SfComboBox.IsItemItsOwnContainerOverride(Object)

    OnApplyTemplate()

    Initializes all the child elements of the RibbonComboBox

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    SfComboBox.OnApplyTemplate()

    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

    IDataValidator
    System.IDisposable

    Extension Methods

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