Encapsulates visual state related logic such as mouse-hovered elements within a RadDataGrid instance.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridVisualStateService : ServiceBase<RadDataGrid>
Inheritance: objectAttachableObject<RadDataGrid>ServiceBase<RadDataGrid>DataGridVisualStateService
Inherited Members
Fields
MouseHoverCellProperty
BindableProperty
Identifies the MouseHoverCell property.
C#
public static readonly BindableProperty MouseHoverCellProperty
Properties
Gets the cell that the mouse is currently over.
C#
public DataGridCellInfo MouseHoverCell { get; }