Data ListCurrent Item Property
This is used to get a reference to the current item's row template
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This will return null if there is no data source or if there are no rows in the data source
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public TemplateControl? CurrentItem { get; }VB
Public ReadOnly Property CurrentItem As TemplateControl
GetC++
public:
property TemplateControl^ CurrentItem {
TemplateControl^ get ();
}F#
member CurrentItem : TemplateControl with getProperty Value
TemplateControlThis will return null if there is no data source or if there are no rows in the data source