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

ASPxDataWebControlBase.Bound Property

Gets a value that specifies whether the control is data bound.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Bound { get; }

Property Value

Type Description
Boolean

true if the control is data bound; otherwise, false.

Remarks

For internal use only.

See Also