Skip to main content

BaseAppearanceCollection.IsLoading Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

Type Description
Boolean

false always.

See Also