New to Telerik UI for .NET MAUIStart a free 30-day trial

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 AttachableObject<RadDataGrid>.OnDetached(RadDataGrid)AttachableObject<RadDataGrid>.OnAttached()AttachableObject<RadDataGrid>.Owner

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; }