DataGridViewComboBoxCell.DisplayStyleForCurrentCellOnly Property

Definition

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.

Applies to

See also