Template ControlIs Data Bound Property
This read-only property can be used to determine whether or not the template has been data bound
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsDataBound { get; }VB
Public ReadOnly Property IsDataBound As Boolean
GetC++
public:
property bool IsDataBound {
bool get ();
}F#
member IsDataBound : bool with get