Skip to main content

GridViewEditFormLayoutItemType Enum

In This Article

Specifies the types of layout items within edit forms of grid-like controls.

Namespace: DevExpress.Web.Rendering

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum GridViewEditFormLayoutItemType

#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