Class HoverListBoxItem
For internal use.
Inheritance
System.Object
HoverListBoxItem
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class HoverListBoxItem : ListBoxItem
Constructors
HoverListBoxItem()
For internal use.
Declaration
public HoverListBoxItem()
Fields
IsHighlightedProperty
Declaration
public static readonly DependencyProperty IsHighlightedProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
IsHighlighted
For internal use.
Declaration
public bool IsHighlighted { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
OnMouseEnter(MouseEventArgs)
For internal use.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Input.MouseEventArgs | e |
OnMouseLeftButtonUp(MouseButtonEventArgs)
For internal use.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Input.MouseButtonEventArgs | e |