Class ComboBoxItemAdv
Inheritance
System.Object
ComboBoxItemAdv
Assembly: Syncfusion.Shared.WPF.dll
public class ComboBoxItemAdv : ContentControl
Constructors
Declaration
Fields
Declaration
public static readonly DependencyProperty IsHighlightedProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsPressedProperty
Field Value
Type |
System.Windows.DependencyProperty |
Using a DependencyProperty as the backing store for IsSelected. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
System.Windows.DependencyProperty |
Selected event called when the ComboBoxItemAdv is Selected
Declaration
public static readonly RoutedEvent SelectedEvent
Field Value
Type |
System.Windows.RoutedEvent |
UnSelected event called when the ComboBoxItemAdv is UnSelected
Declaration
public static readonly RoutedEvent UnSelectedEvent
Field Value
Type |
System.Windows.RoutedEvent |
Properties
Declaration
public bool IsHighlighted { get; }
Property Value
Declaration
public bool IsPressed { get; protected set; }
Property Value
Declaration
protected bool IsSelectAll { get; set; }
Property Value
Declaration
public bool IsSelected { get; set; }
Property Value
Declaration
public bool MultiSelect { get; set; }
Property Value
Declaration
public ItemsControl ParentItemsControl { get; }
Property Value
Type |
System.Windows.Controls.ItemsControl |
Methods
Declaration
public override void OnApplyTemplate()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
System.Windows.Automation.Peers.AutomationPeer |
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.RoutedEventArgs |
e |
|
Declaration
protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyboardFocusChangedEventArgs |
e |
|
Declaration
protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyboardFocusChangedEventArgs |
e |
|
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
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.
|
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Events
Selected event called when the ComboBoxItemAdv is Selected
Declaration
public event RoutedEventHandler Selected
Event Type
Type |
System.Windows.RoutedEventHandler |
UnSelected event called when the ComboBoxItemAdv is UnSelected
Declaration
public event RoutedEventHandler UnSelected
Event Type
Type |
System.Windows.RoutedEventHandler |