RepeaterDesigner::ActionLists Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the action list collection for the control designer.
Assembly: System.Design (in System.Design.dll)
public: property DesignerActionListCollection^ ActionLists { virtual DesignerActionListCollection^ get() override; }
Property Value
Type: System.ComponentModel.Design::DesignerActionListCollection^A DesignerActionListCollection object that contains the DesignerActionList items for the control designer.
.NET Framework
Available since 2.0
Available since 2.0
Show: