Base List ControlBinding Field Empty Property
This helper property is used to see whether or not the display member property value is valid for the
data source.
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#
protected bool BindingFieldEmpty { get; }VB
Protected ReadOnly Property BindingFieldEmpty As Boolean
GetC++
protected:
property bool BindingFieldEmpty {
bool get ();
}F#
member BindingFieldEmpty : bool with get