TcxControl.IsLoading Property
Indicates if the control is being loaded.
Declaration
property IsLoading: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the ComponentState property contains the csLoading flag; otherwise, False.
See Also