Back to Devexpress

ASPxDataWebControlBase.Bound Property

aspnet-devexpress-dot-web-dot-aspxdatawebcontrolbase-5e10e97e.md

latest1.0 KB
Original Source

ASPxDataWebControlBase.Bound Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public bool Bound { get; }
vb
Public ReadOnly Property Bound As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

For internal use only.

See Also

ASPxDataWebControlBase Class

ASPxDataWebControlBase Members

DevExpress.Web Namespace