Back to Devexpress

ASPxWebControlBase.Loaded Property

aspnet-devexpress-dot-web-dot-aspxwebcontrolbase-3e5d0c2b.md

latest1.0 KB
Original Source

ASPxWebControlBase.Loaded Property

Indicates whether a web control has been loaded into the Page object.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual bool Loaded { get; }
vb
Public Overridable ReadOnly Property Loaded As Boolean

Property Value

TypeDescription
Boolean

true if a web control has been loaded; otherwise, false.

|

Remarks

For internal use only.

See Also

ASPxWebControlBase Class

ASPxWebControlBase Members

DevExpress.Web Namespace