Class DataGridVisualStateService
Encapsulates visual state related logic such as mouse-hovered elements within a RadDataGrid instance.
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 MouseHoverCell property.
Declaration
public static readonly BindableProperty MouseHoverCellProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
MouseHoverCell
Gets the cell that the mouse is currently over.
Declaration
public DataGridCellInfo MouseHoverCell { get; }
Property Value
DataGridCellInfo
|