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

ASPxWebControlBase.Initialized Property

Gets a value indicating whether the web control has been initialized.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool Initialized { get; }

Property Value

Type Description
Boolean

true if the web control has been initialized; otherwise, false.

See Also