Template ControlTemplate Parent Property
This read-only property can be used to get the template item's parent (the DataList in
which it is contained).
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 DataList TemplateParent { get; }VB
Public ReadOnly Property TemplateParent As DataList
GetC++
public:
property DataList^ TemplateParent {
DataList^ get ();
}F#
member TemplateParent : DataList with get