'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;}