TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / CustomContentPresenter Property

In This Topic
    CustomContentPresenter Property (C1TreeColumn)
    In This Topic
    Gets or sets a custom element that displays content of cells of this column.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property CustomContentPresenter As CustomContentPresenter
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public CustomContentPresenter CustomContentPresenter {get; set;}
    See Also