[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.DisplayColumn

DisplayColumn Class

Represents the column in a dropdown view.

Inheritance
DisplayColumn
Namespace: C1.Win.Input.MultiColumnCombo
Assembly: C1.Win.Input.MultiColumnCombo.8.dll
Syntax
public class DisplayColumn : INotifyPropertyChanged

Constructors

Name Description
DisplayColumn()

Properties

Name Description
Aggregate

Gets or sets the aggregate to display on group rows for this column.

AllowFiltering

Gets or sets a type of filter to use for this column.

AllowNull

Gets or sets a value that indicates whether that cells in the DisplayColumn will accept null value or null will be replaced by default value in unbound mode.

AllowResizing

Gets or sets a value that indicates whether the user can resize this column with the mouse.

AllowSorting

Gets or sets a value that indicates whether this column can be sorted by clicking on the column header.

Caption

Gets or sets the text of the column's header cell.

GroupExpression

Gets or sets the group expression for column.

ImageAlign

Gets or sets an C1.Win.FlexGrid.ImageAlignEnum value that determines how images are aligned in scrollable cells on this column.

Name

Gets or sets the name of this column.

TextAlign

Gets or sets a C1.Win.FlexGrid.TextAlignEnum value that determines how text is aligned in scrollable cells on this column.

Visible

Gets or sets a value that indicates whether a DisplayColumn is visible.

Width

Gets or sets the width of this column, in pixels (the value -1 represents the default column width).

Methods

Name Description
OnPropertyChanged(string)

Fires the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.