Base List ControlMapping Name Property
This property returns the mapping name 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 MappingName { get; }VB
Public ReadOnly Property MappingName As String
GetC++
public:
property String^ MappingName {
String^ get ();
}F#
member MappingName : string with get