Objective Grid for Microsoft® .NET® Reference Guide

CellControl.DrawInactiveCell Property

Back to Class Index

Gets or sets a value that is true if you want the grid to draw inactive cell contents.     

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

Remarks

    

Set this value to true if you want inactive cell contents to be drawn for you. Set to false if you are drawing non-current cells yourself and do not want the base class drawing to interfere with your own.     

    

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace