Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NGrouper Class / HeaderItem Property


In This Topic
    HeaderItem Property (NGrouper)
    In This Topic
    Gets the NImageAndTextItem instance hosted by the header.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property HeaderItem As NImageAndTextItem
    'Usage
     
    
    Dim instance As NGrouper
    Dim value As NImageAndTextItem
     
    value = instance.HeaderItem
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NImageAndTextItem HeaderItem {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also