Gets the editor style.

Namespace:  C1.C1Preview.Design
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[PermissionSetAttribute(SecurityAction.LinkDemand, Unrestricted = true)]
public override UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext context
)
Visual Basic
<PermissionSetAttribute(SecurityAction.LinkDemand, Unrestricted := True)> _
Public Overrides Function GetEditStyle ( _
	context As ITypeDescriptorContext _
) As UITypeEditorEditStyle

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
The editor context.

Return Value

The editor style.

See Also