DataGridViewComboBoxCell.DisplayStyleForCurrentCellOnly 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.
Gets or sets a value indicating whether the DisplayStyle property value applies to the cell only when it is the current cell in the DataGridView control.
public:
property bool DisplayStyleForCurrentCellOnly { bool get(); void set(bool value); };
public bool DisplayStyleForCurrentCellOnly { get; set; }
member this.DisplayStyleForCurrentCellOnly : bool with get, set
Public Property DisplayStyleForCurrentCellOnly As Boolean
Property Value
true
if the display style applies to the cell only when it is the current cell; otherwise false
. The default is false
.
Remarks
The DisplayStyle property affects the appearance of the cell when it is not in edit mode, and regardless of whether it is read-only. When the cell is in edit mode, it always looks like a ComboBox control.