Provides data for the ContentPaintCompleted event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridContentPaintCompletedEventArgs : EventArgs
Inheritance: objectEventArgsDataGridContentPaintCompletedEventArgs
Inherited Members
Properties
Gets a value indicating whether the painted content of the data grid is frozen.
C#
public bool IsContentFrozen { get; }