ASP.NET Pack Programmer's Guide
DropDownItem.Owner Property
See Also
 





Gets the owner DropDown of the current item.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public DropDown Owner { get; set; }

Visual Basic  Copy Code

Public Property Owner As DropDown

 Property Value

Type: DropDown
An instance of the DropDown class, which serves as the parent host element for this DropDownItem object.

 See Also

DropDownItem Members
DropDownItem Class
MindFusion.UI.WebForms Namespace