WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxItemAdv

    Show / Hide Table of Contents

    Class ComboBoxItemAdv

    Inheritance
    System.Object
    ComboBoxItemAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class ComboBoxItemAdv : ContentControl

    Constructors

    ComboBoxItemAdv()

    Initializes a new instance of the ComboBoxItemAdv class.

    Declaration
    public ComboBoxItemAdv()

    Fields

    IsHighlightedProperty

    Declaration
    public static readonly DependencyProperty IsHighlightedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsPressedProperty

    Declaration
    public static readonly DependencyProperty IsPressedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsSelectedProperty

    Using a DependencyProperty as the backing store for IsSelected. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty IsSelectedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SelectedEvent

    Selected event called when the ComboBoxItemAdv is Selected

    Declaration
    public static readonly RoutedEvent SelectedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    UnSelectedEvent

    UnSelected event called when the ComboBoxItemAdv is UnSelected

    Declaration
    public static readonly RoutedEvent UnSelectedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    Properties

    IsHighlighted

    Declaration
    public bool IsHighlighted { get; }
    Property Value
    Type Description
    System.Boolean

    IsPressed

    Declaration
    public bool IsPressed { get; protected set; }
    Property Value
    Type Description
    System.Boolean

    IsSelectAll

    Declaration
    protected bool IsSelectAll { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSelected

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

    MultiSelect

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

    ParentItemsControl

    Declaration
    public ItemsControl ParentItemsControl { get; }
    Property Value
    Type Description
    System.Windows.Controls.ItemsControl

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    OnGotFocus(RoutedEventArgs)

    Declaration
    protected override void OnGotFocus(RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs e

    OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

    Declaration
    protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyboardFocusChangedEventArgs e

    OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

    Declaration
    protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyboardFocusChangedEventArgs e

    OnMouseEnter(MouseEventArgs)

    Declaration
    protected override void OnMouseEnter(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseLeave(MouseEventArgs)

    Declaration
    protected override void OnMouseLeave(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseLeftButtonDown(MouseButtonEventArgs)

    Invoked when an unhandled System.Windows.Element.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.

    Declaration
    protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.

    OnMouseLeftButtonUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    Events

    Selected

    Selected event called when the ComboBoxItemAdv is Selected

    Declaration
    public event RoutedEventHandler Selected
    Event Type
    Type Description
    System.Windows.RoutedEventHandler

    UnSelected

    UnSelected event called when the ComboBoxItemAdv is UnSelected

    Declaration
    public event RoutedEventHandler UnSelected
    Event Type
    Type Description
    System.Windows.RoutedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved