TcxCustomGridColumn.VisibleForEditForm Property
In This Article
Specifies the column’s availability for an in-place Edit Form.
#Declaration
Delphi
property VisibleForEditForm: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#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:
Value | Meaning |
---|---|
b |
The column is set for display within an in-place Edit Form only if this column is visible in the grid View (i. |
b |
The column is not available for use within an in-place Edit Form. |
b |
The 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