'Declaration <DescriptionAttribute("The title of the grid in the GroupByRow.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property Title As String
'Usage Dim instance As GridControl Dim value As String instance.Title = value value = instance.Title
[Description("The title of the grid in the GroupByRow.")] [Category("Appearance")] [ApplyToDesigner(true)] public string Title {get; set;}