TreeView for WinForms | ComponentOne
C1.Win.C1Themes Namespace / StyledPropertyCollection Class / Name Property

In This Topic
    Name Property (StyledPropertyCollection)
    In This Topic
    Gets or sets the style name.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <C1.Win.C1Themes.StyledPropertyCollection.ExcludeFromStyledPropertyAttribute()>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Overridable ReadOnly Property Name As String
    [Browsable(false)]
    [C1.Win.C1Themes.StyledPropertyCollection.ExcludeFromStyledProperty()]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual string Name {get;}
    See Also