Skip to main content
Tab

DialogViewModelBase.SetEditorType(String, DialogFieldEditorType) Method

Specifies an editor type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void SetEditorType(
    string fieldName,
    DialogFieldEditorType editorType
)

Parameters

Name Type Description
fieldName String

The field name.

editorType DevExpress.Web.DialogFieldEditorType

The editor type.

See Also