Show / Hide Table of Contents

Class DataGridProgressiveLoadingInProgressChangedEventArgs

Provides data for the ProgressiveLoadingInProgressChanged event.

Inheritance
System.Object
System.EventArgs
DataGridProgressiveLoadingInProgressChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public sealed class DataGridProgressiveLoadingInProgressChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

InProgress

Get the progressive rendering status.

Declaration
public bool InProgress { get; }
Property Value
Type Description
System.Boolean

true if progressive rendering is in progress, false otherwise.

  • Improve this Doc
  • View Source