Objective Grid for Microsoft® .NET® Reference Guide

GridControl.BorderStyle Property

Back to Class Index

Gets or sets the BorderStyle for the GridControl.     

[Visual Basic]
Public Property BorderStyle As BorderStyle
[C#]
new public System.Windows.Forms.BorderStyle BorderStyle {get; set;}

Remarks

    

This property specifies the border style for the GridControl. The default value is BorderStyle.Fixed3D.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace