TcxGridColumnStyles.Item Property
Returns the column that this style is applied to.
Declaration
property Item: TcxGridColumn read;
Property Value
| Type |
|---|
| TcxGridColumn |
Remarks
The Item property identifies the column to which the TcxGridColumnStyles applies its styles.
See Also