Back to Devexpress

View.IsControlCreated Property

expressappframework-devexpress-dot-expressapp-dot-view-50a7d363.md

latest1.2 KB
Original Source

View.IsControlCreated Property

Indicates whether a View‘s View.Control has been created.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public bool IsControlCreated { get; }
vb
Public ReadOnly Property IsControlCreated As Boolean

Property Value

TypeDescription
Boolean

true if the current View’s View.Control exists; otherwise, false.

|

See Also

View Class

View Members

DevExpress.ExpressApp Namespace