KaxDataPagerPagedControlEditorGetEditStyle Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
)
Public Overrides Function GetEditStyle (
context As ITypeDescriptorContext
) As UITypeEditorEditStyle
public:
virtual UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext^ context
) override
abstract GetEditStyle :
context : ITypeDescriptorContext -> UITypeEditorEditStyle
override GetEditStyle :
context : ITypeDescriptorContext -> UITypeEditorEditStyle
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
Return Value
Type:
UITypeEditorEditStyleSee Also