Back to Devexpress

TcxCustomGridColumn.VisibleForEditForm Property

vcl-cxgridtableview-dot-tcxcustomgridcolumn-0a81fe6e.md

latest1.5 KB
Original Source

TcxCustomGridColumn.VisibleForEditForm Property

Specifies the column’s availability for an in-place Edit Form.

Declaration

delphi
property VisibleForEditForm: TdxDefaultBoolean read; write; default bDefault;

Property Value

TypeDefault
TdxDefaultBooleanbDefault

Remarks

Use this property to set the column for display within an in-place Edit Form. If set, a corresponding form editor and a layout item to host this editor are created automatically for the column and are embedded to the Edit Form.

Available options include:

ValueMeaning
bDefaultThe column is set for display within an in-place Edit Form only if this column is visible in the grid View (i.e., the column’s Visible property is set to True ).
bFalseThe column is not available for use within an in-place Edit Form.
bTrueThe column is set for display within an in-place Edit Form regardless of the column visibility.

The default value of the VisibleForEditForm property is bDefault.

See Also

TcxCustomGridColumn Class

TcxCustomGridColumn Members

cxGridTableView Unit