BaseComboBoxCellDisplayStyleForCurrentCellOnly Property
Get or set whether the display style applies only to the current cell
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool DisplayStyleForCurrentCellOnly { get; set; }
Public Property DisplayStyleForCurrentCellOnly As Boolean
Get
Set
public:
property bool DisplayStyleForCurrentCellOnly {
bool get ();
void set (bool value);
}
member DisplayStyleForCurrentCellOnly : bool with get, set
Property Value
BooleanThe default is false and the style applies to all cells.