Back to Devexpress

DiagramControl.IsLoading Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-20c9c7ea.md

latest1.1 KB
Original Source

DiagramControl.IsLoading Property

Indicates whether the Diagram control is currently being initialized.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public override bool IsLoading { get; }
vb
Public Overrides ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

true if the Diagram control is being initialized; otherwise, false.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace