Base Combo Box ColumnDisplay Style For Current Cell Only Property
Get or set whether or not the display style applies only to the current cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is false and the style applies to all cells
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool DisplayStyleForCurrentCellOnly { get; set; }VB
Public Property DisplayStyleForCurrentCellOnly As Boolean
Get
SetC++
public:
property bool DisplayStyleForCurrentCellOnly {
bool get ();
void set (bool value);
}F#
member DisplayStyleForCurrentCellOnly : bool with get, setProperty Value
BooleanThe default is false and the style applies to all cells