'Declaration <DescriptionAttribute("The style of the gridlines.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property GridLineStyle As DashStyle
'Usage Dim instance As GridControl Dim value As DashStyle instance.GridLineStyle = value value = instance.GridLineStyle
[Description("The style of the gridlines.")] [Category("Appearance")] [ApplyToDesigner(true)] public DashStyle GridLineStyle {get; set;}