GridControl.BorderStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Windows::Forms::BorderStyle BorderStyle { System::Windows::Forms::BorderStyle get(); void set(System::Windows::Forms::BorderStyle value); };
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Description("Border style of the grid")]
public System.Windows.Forms.BorderStyle BorderStyle { get; set; }
[<System.ComponentModel.Category("Appearance")>]
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
[<System.ComponentModel.Description("Border style of the grid")>]
member this.BorderStyle : System.Windows.Forms.BorderStyle with get, set
Public Property BorderStyle As BorderStyle
Property Value
Implements
- Attributes