MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumn Class
Properties Methods Events


In This Topic
    DisplayColumn Class Members
    In This Topic

    The following tables list the members exposed by DisplayColumn.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the aggregate to display on group rows for this column.  
    Public PropertyGets or sets a type of filter to use for this column.  
    Public PropertyGets 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.  
    Public PropertyGets or sets a value that indicates whether the user can resize this column with the mouse.  
    Public PropertyGets or sets a value that indicates whether this column can be sorted by clicking on the column header.  
    Public PropertyGets or sets the text of the column's header cell.  
    Public PropertyGets or sets the group expression for column.  
    Public PropertyGets or sets an C1.Win.FlexGrid.ImageAlignEnum value that determines how images are aligned in scrollable cells on this column.  
    Public PropertyGets or sets the name of this column.  
    Public PropertyGets or sets a C1.Win.FlexGrid.TextAlignEnum value that determines how text is aligned in scrollable cells on this column.  
    Public PropertyGets or sets a value that indicates whether a DisplayColumn is visible.  
    Public PropertyGets or sets the width of this column, in pixels (the value -1 represents the default column width).  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also