Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.SetEditorType(String, DialogFieldEditorType) Method

    Specifies an editor type.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.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