'Declaration <DescriptionAttribute("The title of the column.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute("")> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property Title As String
[Description("The title of the column.")] [Category("Appearance")] [AmbientValue("")] [Localizable(true)] [ApplyToDesigner(true)] public string Title {get; set;}