Skip to main content
Tab

ASPxDataWebControlBase.Bound Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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