Skip to main content
A newer version of this page is available. .

GridViewEditFormLayoutItemType Enum

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

Namespace: DevExpress.Web.Rendering

Assembly: DevExpress.Web.v19.2.dll

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