TcxCustomGridColumn.VisibleForEditForm Property
Specifies the column’s availability for an in-place Edit Form.
Declaration
property VisibleForEditForm: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default |
---|---|
TdxDefaultBoolean | bDefault |
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 |
---|---|
bDefault | The 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). |
bFalse | The column is not available for use within an in-place Edit Form. |
bTrue | 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