Back to Devexpress

ASPxWebControlBase.Initialized Property

aspnet-devexpress-dot-web-dot-aspxwebcontrolbase-f25f2678.md

latest1.0 KB
Original Source

ASPxWebControlBase.Initialized Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

ASPxWebControlBase Class

ASPxWebControlBase Members

DevExpress.Web Namespace