DataGridDesigner.GetCachedTemplateEditingVerbs Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Gets the cached template editing verbs available to the designer. Namespace: System.Web.UI.Design.WebControlsAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"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")] protected: virtual array<TemplateEditingVerb^>^ GetCachedTemplateEditingVerbs () override
/** @attribute 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") */
protected TemplateEditingVerb[] GetCachedTemplateEditingVerbs ()
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") protected override function GetCachedTemplateEditingVerbs () : TemplateEditingVerb[]
Not applicable.
Return Value
An array of TemplateEditingVerb objects consisting of the cached template editing verbs that are available to the designer.Community Additions
ADD
Show: