Click or drag to resize
CellDirty Property
Gets or sets the state of the cell contents

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool Dirty { get; set; }

Property Value

Type: Boolean
true if the cell contents have been modified (recursive).
See Also