Skip to main content
A newer version of this page is available. .

BaseAppearanceCollection.IsLoading Property

Indicates whether the collection’s owner is currently being initialized.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool IsLoading { get; }

Property Value

Type Description
Boolean

false always.

See Also