Data.Bind.Components.TColumnLinkExpressionItem Properties
InheritedProtected
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| ColumnExpressions | public | Specifies a collection of column expression items. Each column item contains a link binding expression to format a grid column. |
| ColumnIndex | published | Specifies the index of the column that needs to be populated. |
| ColumnName | published | Specifies the name of the column that needs to be linked to. |
| ControlMemberName | published | Specifies the name of the control component to use with the column link binding expression. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FormatCellExpressions | published | Specifies a collection of expression items. Each item contains a binding expression to format a grid cell. |
| FormatColumnExpressions | published | Specifies a collection of binding expressions that can be used in order to populate a column using appropriate formatting. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| Name | published | Specifies the name of this item. |
| ParseCellExpressions | published | Specifies a collection of link binding expressions that are evaluated to populate a column. |
| SourceMemberName | published | Specifies the name of the source component to use with the column link binding expression. |