Represents a column in the Smartgrid.
For a list of all members of this type, see Column Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Resco.Controls.SmartGrid.Column
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
SmartGrid control is column oriented, and Column class provides specific informations required to display the column of data.
Column has adjustable Width that can be also changed by user in drag-drop manner, if column header is displayed. Column header displays a HeaderText of the specific column. Alignment is used as a default text and image alignment but it is possible to override it using specific Style for column cells. It is possible to hide right border line of the column by setting GridLine property to false.
DataMember property of the column can be used to select which data to display in the column. If no DataMember is selected, data to display are chosen according to Index of the column. It is also possible to display images from given ImageList by setting ImageMember to choose image index.
It is possible to customize styles used to display data in the column by setting custom Style, AlternatingStyle, SelectionStyle or HeaderStyle. Even further customisation is provided when setting CustomizeCells property to true. Then it is possible to use CustomizeCell event to set custom style, text or image for every cell in the column.
Namespace: Resco.Controls.SmartGrid
Assembly: Resco.SmartGrid.CF3 (in Resco.SmartGrid.CF3.dll)
Column Members | Resco.Controls.SmartGrid Namespace