Skip to main content

BaseAppearanceCollection.IsLoading Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v26.1.dll

Declaration

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

Property Value

Type Description
Boolean

false always.

See Also