Class DataGridVisualStateService
Encapsulates visual state related logic such as mouse-hovered elements within a Rad
Inheritance
System.Object
DataGridVisualStateService
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridVisualStateService : ServiceBase<RadDataGrid>
Fields
MouseHoverCellProperty
Identifies the Mouse
Declaration
public static readonly BindableProperty MouseHoverCellProperty
Field Value
Microsoft.
|
Properties
MouseHoverCell
Gets the cell that the mouse is currently over.
Declaration
public DataGridCellInfo MouseHoverCell { get; }