TemplateControlTemplateParent Property
This read-only property can be used to get the template item's parent (the
DataList in
which it is contained).
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public DataList TemplateParent { get; }
Public ReadOnly Property TemplateParent As DataList
Get
public:
property DataList^ TemplateParent {
DataList^ get ();
}
member TemplateParent : DataList with get
Property Value
DataList