DataGridDesigner::GetCachedTemplateEditingVerbs Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design.WebControls
Assembly: System.Design (in System.Design.dll)
Return to top
Gets the cached template editing verbs available to the designer.
Assembly: System.Design (in System.Design.dll)
protected: [ObsoleteAttribute("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")] virtual array<TemplateEditingVerb^>^ GetCachedTemplateEditingVerbs() override
Return Value
Type: array<System.Web.UI.Design::TemplateEditingVerb^>^An array of TemplateEditingVerb objects consisting of the cached template editing verbs that are available to the designer.
.NET Framework
Available since 1.1
Available since 1.1
Show: