DataGridColumnCollectionEditor.GetEditStyle Method (ITypeDescriptorContext)
.NET Framework 3.0
Gets the editing style associated with this editor, using the specified ITypeDescriptorContext object.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual UITypeEditorEditStyle GetEditStyle ( ITypeDescriptorContext^ context ) override
public UITypeEditorEditStyle GetEditStyle ( ITypeDescriptorContext context )
public override function GetEditStyle ( context : ITypeDescriptorContext ) : UITypeEditorEditStyle
Not applicable.
Parameters
- context
The ITypeDescriptorContext object that indicates the context of the object being edited.
Return Value
The UITypeEditorEditStyle value representing the editing style of this editor. The default is Modal.Community Additions
ADD
Show: