TemplateControlRowSource Property
This read-only property can be used to get the row source to which this control is bound. The row
source object is editable.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object RowSource { get; }
Public ReadOnly Property RowSource As Object
Get
public:
property Object^ RowSource {
Object^ get ();
}
member RowSource : Object with get
Property Value
Object