Objective Grid for Microsoft® .NET® Reference Guide

CellControl.UseCellStyle Property

Back to Class Index

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

[Visual Basic]
Public Property UseCellStyle As Boolean
[C#]
public bool UseCellStyle {get; set;}

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

CellControl Class | CellControl Members | Stingray.Grid Namespace