BaseDataListDesigner::ActionLists Property

 

Gets the designer action list collection for this designer.

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

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

The ActionLists property creates an empty DesignerActionListCollection object and adds the DesignerActionListCollection that is returned by the ActionLists base property to this DesignerActionListCollection object. Then it adds it to the DesignerActionListCollection object, and then returns this DesignerActionListCollection object.

.NET Framework
Available since 2.0
Return to top
Show: