ListViewDesigner::ActionLists Property

 

Gets the list of items that are is used to create a smart tag panel for the ListView control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

public:
property DesignerActionListCollection^ ActionLists {
	virtual DesignerActionListCollection^ get() override;
}

Property Value

Type: System.ComponentModel.Design::DesignerActionListCollection^

The DesignerActionListCollection object that is associated with this designer.

.NET Framework
Available since 3.5
Return to top
Show: