TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class
Properties Methods Events


In This Topic
    C1TreeColumn Class Members
    In This Topic

    The following tables list the members exposed by C1TreeColumn.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the column width should be set automatically by content width.  
    Public PropertyGets or sets a custom element that displays content of cells of this column.  
    Public PropertyGets or sets an System.Collections.IDictionary used to associate cell values with display values in the ComboBox editor.  
    Public PropertyGets or sets the list of fields to be displayed in the column depending on the level of the node.  
    Public PropertyGets or sets the format string used to display the value when the node cell is not in edit mode.  
    Public PropertyGets or sets the format string used to display the value when the control is in edit mode.  
    Public PropertyGets or sets the custom editor of node.  
    Public PropertyGets or sets the type of node editor.  
    Public PropertyContains information about an expressions.  
    Public PropertyGets or sets the text of header of the column of tree in the C1TreeView control.  
    Public PropertyGets or sets a value indicating the need to use a cell type to determine the type of the editor.  
    Public PropertyGets or sets the name of the column of tree in the C1TreeView control.  
    Public PropertyGets or sets the styles of the TreeColumn.  
    Public PropertyGets or sets a value indicating whether the tree node is in the visible state.  
    Public PropertyGets or sets the width of the TreeColumn.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the Styles property to its default value.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the AutoWidthChanged event.  
    Protected MethodFires the CustomContentPresenterChanged event.  
    Protected MethodFires the DisplayFieldNameChanged event.  
    Protected MethodFires the OnEditorTypeChanged event.  
    Protected MethodFires the HeaderTextChanged event.  
    Protected MethodFires the StylesChanged event.  
    Protected MethodFires the VisibleChanged event.  
    Protected MethodFires the WidthChanged event.  
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the column AutoWidth changed.  
    Public EventOccurs when the list of fields to be displayed in the column changed.  
    Public EventOccurs when the column EditorType changed.  
    Public EventOccurs when the column ExpressionChanged changed.  
    Public EventOccurs when the text of header of the column changed.  
    Public EventOccurs when the column styles changed.  
    Public EventOccurs when the column visible changed.  
    Public EventOccurs when the column width changed.  
    Top
    See Also