Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1HierarchicalPresenter Class / ToString Method

In This Topic
    ToString Method (C1HierarchicalPresenter)
    In This Topic
    Provides a string representation of the System.Windows.Controls.ItemsControl object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The string representation of the object.
    See Also