[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataRowView.GetEditor

GetEditor Method

GetEditor(Type)

Returns an editor of the specified type for this instance of a component.

Declaration
public object GetEditor(Type editorBaseType)
Public Function GetEditor(editorBaseType As Type) As Object
Parameters
Type Name Description
Type editorBaseType

A Type that represents the editor for this object

Returns
Type Description
object

An object of the specified type that is the editor for this object, or null if the editor cannot be found.

Implements