GridViewEditFormLayoutItemType Enum
Specifies the types of layout items within edit forms of grid-like controls.
Namespace: DevExpress.Web.Rendering
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Caption
|
Identifies that the layout item contains a caption. |
Editor
|
Identifies that the layout item contains an editor. |
Empty
|
Identifies an empty layout item. |
See Also