The Column type exposes the following members.

Properties

  NameDescription
Public propertyCellHorizontalAlignment
Gets or sets the cell horizontal alignment.
Public propertyCellMargin
Gets or sets the cell margin.
Public propertyCellTemplate
Gets or sets the cell template.
Public propertyCellTemplateSelector
Gets or sets the cell template selector.
Public propertyCellVerticalAlignment
Gets or sets the cell vertical alignment.
Public propertyColumnTemplate
Gets or sets the column DataTemplate.
Public propertyDescription
Gets or sets the description.
Public propertyEditable
Gets or sets a value indicating whether this Column is editable.
Public propertyFilter
Gets or sets the filter.
Public propertyFilterAlignment
Gets or sets the filter alignment.
Public propertyFilterTemplate
Gets or sets the filter template.
Public propertyFocused
Gets or sets a value indicating whether this Column is focused.
Public propertyGroupable
Gets or sets a value indicating whether this Column is groupable.
Public propertyGrouped
Gets or sets a value indicating whether this Column is grouped.
Public propertyGroupIndex
Gets or sets the index of the group.
Public propertyHeader
Gets the Header, the Column belongs to.
Public propertyId
Gets or sets the identifier.
Public propertyIndex
Gets the index of the column within the Header. Usually it indicates the order in which the Column has been inserted.
Public propertyMovable
Gets or sets a value indicating whether this Column is movable.
Public propertyResizable
Gets or sets a value indicating whether this Column is resizable.
Public propertySortable
Gets or sets a value indicating whether this Column is sortable.
Public propertySortDirection
Gets or sets the sort direction.
Public propertySortLevel
Gets the sorting level.
Public propertyTag
Gets or sets any programmer-defined tag which can be used for any purpose. For ex. in filtering to persist filter data.
Public propertyTitle
Gets or sets the title.
Public propertyTitleFontFamily
Gets or sets the title font family.
Public propertyTitleFontSize
Gets or sets the size of the title font.
Public propertyTitleFontStretch
Gets or sets the title font stretch.
Public propertyTitleFontStyle
Gets or sets the title font style.
Public propertyTitleFontWeight
Gets or sets the title font weight.
Public propertyTitleHorizontalAlignment
Gets or sets the horizontal alignment.
Public propertyTitleImage
Gets or sets the title image.
Public propertyTitleTextImageRelation
Gets or sets the position of the text and image relative to each other on a control.
Public propertyTitleVerticalAlignment
Gets or sets the vertical alignment.
Public propertyValueConverter
Gets or sets the value converter to convert Cell's value to a String and vice-versa.
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 the width.

See Also