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


In This Topic
    FooterItem Property
    In This Topic
    Gets the NImageAndTextItem instance hosted by the footer.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property FooterItem As NImageAndTextItem
    'Usage
     
    
    Dim instance As NGrouper
    Dim value As NImageAndTextItem
     
    value = instance.FooterItem
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NImageAndTextItem FooterItem {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