Base List ControlBinding Path Property
This property returns the binding path used for the item list
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 string BindingPath { get; }VB
Public ReadOnly Property BindingPath As String
GetC++
public:
property String^ BindingPath {
String^ get ();
}F#
member BindingPath : string with get