Auto_Label_State - cDbCJGridColumn
Determines if this column object will draw label values from the DDO rather than from any label that may be set in this object
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean Auto_Label_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Auto_Label_State to BooleanVariable |
| Write Access: | Set Auto_Label_State to BooleanVariable/Value |
Description
If Auto_Label_State is set to True, this column object will draw label values from the DataDictionary object (DDO), rather than from any label that may be set in this object.
With grids, the object uses the field's short label name (Field_Label_Short).
Default is False.