The Column type exposes the following members.

Properties

  NameDescription
Public propertyAdjustable
Gets or sets a value indicating whether this Column is adjustable.
Public propertyAppearance
Gets Column and cell appearance.
Public propertyCaptionImage
Gets or sets a column's image.
Public propertyCellImage
Gets or sets an image that is shown in Cells belonging to this Column.
Public propertyConfigurable
Gets or sets a value indicating whether this Column is configurable.
Public propertyDescription
Gets or sets a description of the column that is displayed as a tooltip over the column capiton.
Public propertyEditable
Gets or sets a value indicating whether the Cells, belonging to this Column can be editable.
Public propertyEditor
Gets or sets the editor to edit Cells.
Public propertyFilter
Gets or sets the filter editor.
Public propertyFocused
Gets or sets a value indicating whether this Column is focused.
Public propertyFormat
Gets or sets a format to display text in cells.
Public propertyGroupable
Gets or sets a value indicating whether Rows can be grouped by this Column.
Public propertyGrouped
Gets or sets a value indicating whether this Column is grouped.
Public propertyGroupIndex
Gets or sets the index of this Column in the group.
Public propertyHasFilter
Gets a value indicating whether this column filters rows.
Public propertyHeader
Gets the Header, the Column belongs to.
Public propertyId
Gets the identifier of the column.
Public propertyIndex
Gets the index of the column within the Header. Usually it indicates the order in which the Column has been inserted.
Public propertyMergedColumn
Gets the merged column if any.
Public propertyMovable
Gets or sets a value indicating whether the end-user can move this Column.
Public propertyName
Gets or sets a text displayed in the column's caption.
Public propertyResizable
Gets or sets a value indicating whether end-user can resize this Column.
Public propertySerializationState
Gets or sets the state (width, visibility, etc...) of the Column be be seralized to/from archive.
Public propertySortable
Gets or sets a value indicating whether the end-user can sort the content by this Column.
Public propertySortDirection
Gets or sets the sort direction.
Public propertySortLevel
Gets a sort level of this Column. If this column is not sorted, the property returns -1.
Public propertyTag
Gets or sets a tag.
Public propertyVisible
Gets or sets a value indicating whether this Column is visible.
Public propertyVisibleIndex
Gets or sets the visible index of this Column.
Public propertyWidth
Gets or sets a width of the Column.

See Also