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


In This Topic
    TreeColumnStyles Class Members
    In This Topic

    The following tables list the members exposed by TreeColumnStyles.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the column's styles.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the styles of column header.  
    Public PropertyGets the default styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the disabled styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the editor styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets the font. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets the horizontal alignment. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the hot styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the hot selected styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the selected styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets the unfocused selected styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets the vertical alignment. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Public PropertyGets or sets whether text should be allowed to wrap. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current TreeColumnStyles.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Protected MethodHandles the PropertyChanged event of the styles. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.TreeView.TreeNodeCellStyles)
    Top
    See Also