Skip to main content
A newer version of this page is available. .
Tab

ASPxWebControlBase.Loaded Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool Loaded { get; }

Property Value

Type Description
Boolean

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

Remarks

For internal use only.

See Also