Class
DataGridVisualStateService

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:

cs-api-definition
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

Identifies the MouseHoverCell property.

Declaration

cs-api-definition
public static readonly BindableProperty MouseHoverCellProperty

Field Value

BindableProperty

Properties

MouseHoverCell

Gets the cell that the mouse is currently over.

Declaration

cs-api-definition
public DataGridCellInfo MouseHoverCell { get; }

Property Value

DataGridCellInfo