'Declaration <DescriptionAttribute("The string used by the GroupByRow to represent the group.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute("")> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property GroupByRowTitle As String
'Usage Dim instance As Group Dim value As String instance.GroupByRowTitle = value value = instance.GroupByRowTitle
[Description("The string used by the GroupByRow to represent the group.")] [Category("Appearance")] [AmbientValue("")] [Localizable(true)] [ApplyToDesigner(true)] public string GroupByRowTitle {get; set;}