Back to Devexpress

EditorInplaceMode Enum

aspnet-devexpress-dot-web-79e1fe9b.md

latest975 B
Original Source

EditorInplaceMode Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum EditorInplaceMode
vb
Public Enum EditorInplaceMode

Members

NameDescription
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

DevExpress.Web Namespace