Skip to main content
Tab

EditorInplaceMode Enum

Specifies possible modes of using editors in-place within an ASPxGridView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum EditorInplaceMode

Members

Name Description
StandAlone

Editors are used stand-alone.

Inplace

Editors are used within the In-Line Edit Row.

EditForm

Editors are used within the Edit Form.

See Also