EditorInplaceMode Enum
Specifies possible modes of using editors in-place within an ASPxGridView control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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