'Declaration <DescriptionAttribute("The style of the grid's border.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property BorderStyle As BorderStyle
'Usage Dim instance As GridControl Dim value As BorderStyle instance.BorderStyle = value value = instance.BorderStyle
[Description("The style of the grid's border.")] [Category("Appearance")] [ApplyToDesigner(true)] public BorderStyle BorderStyle {get; set;}
Property Value
Fixed3D | A three-dimensional border. |
FixedSingle | A single-line border. |
None | No border. |