Base Combo Box ColumnFlat Style Property
Get or set the flat style appearance of the cells
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public FlatStyle FlatStyle { get; set; }VB
Public Property FlatStyle As FlatStyle
Get
SetC++
public:
property FlatStyle FlatStyle {
FlatStyle get ();
void set (FlatStyle value);
}F#
member FlatStyle : FlatStyle with get, set