Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRow Class / NoGroupText Property


In This Topic
    NoGroupText Property
    In This Topic
    Gets or sets the text displayed by the GroupByRow when the grid does not contain any groups.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The text displayed by the GroupByRow when the grid does not contain any groups.")>
    <CategoryAttribute("Appearance")>
    <AmbientValueAttribute("")>
    <LocalizableAttribute(True)>
    <ApplyToDesignerAttribute(True)>
    Public Property NoGroupText As String
    'Usage
     
    Dim instance As GroupByRow
    Dim value As String
     
    instance.NoGroupText = value
     
    value = instance.NoGroupText
    [Description("The text displayed by the GroupByRow when the grid does not contain any groups.")]
    [Category("Appearance")]
    [AmbientValue("")]
    [Localizable(true)]
    [ApplyToDesigner(true)]
    public string NoGroupText {get; set;}

    Property Value

    A string representing the text displayed by the GroupByRow when the grid does not contain any groups.
    Remarks

    To reset the value of the NoGroupText property to its default value, DefaultNoGroupText, the ResetNoGroupText method must be called or the NoGroupText property set to a null reference (Nothing in Visual Basic).

    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