Click or drag to resize
CellControlUseCellStyle Property
Gets or sets a value that indicates whether the cell style from the grid should be applied to the custom control.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool UseCellStyle { get; set; }

Property Value

Type: Boolean
true if the cell style is applied to the custom control; false otherwise.
Remarks
Specifically, this property indicates whether the font, foreground color, and background color properties of the cell style for the cell should be applied to the custom control when it becomes the active, current cell.
See Also