ComponentOne FlexGrid for WinForms
Measuring Property

C1.Win.C1FlexGrid Namespace > OwnerDrawCellEventArgs Class : Measuring Property
Gets a value that determines if the event was fired only to measure the cell.
Syntax
'Declaration
 
Public ReadOnly Property Measuring As Boolean
public bool Measuring {get;}
Remarks
This occurs while auto-sizing rows and columns, since the event handler may change the value displayed in the cell while handling this event.
See Also

Reference

OwnerDrawCellEventArgs Class
OwnerDrawCellEventArgs Members