Skip to main content

EditFormColumnCaptionLocation Enum

Defines the set of values used to specify the caption location of an editor within an Edit Form.

Namespace: DevExpress.XtraGrid.EditForm

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public enum EditFormColumnCaptionLocation

Members

Name Description
Default

Specifies the same location as the EditFormColumnCaptionLocation.Near value.

Near

A caption is located on the left side of an editor in a left-to-right layout. In a right-to-left layout, the near position is right.

Top

A caption is located above the editor.

None

A caption is not displayed.

Related API Members

The following properties accept/return EditFormColumnCaptionLocation values:

Remarks

The OptionsColumnEditForm.CaptionLocation property of the EditFormColumnCaptionLocation type specifies the caption location of an editor that represents the current grid column within an Edit Form. If you use the Top value, ensure that an editor within an Edit Form spans a minimum of two rows. To specify the number of rows in editor spans, use the OptionsColumnEditForm.RowSpan property.

See Also