C1.Win.FlexGrid Namespace / OwnerDrawCellEventArgs Class / Measuring Property

In This Topic
Measuring Property (OwnerDrawCellEventArgs)
In This Topic
Gets a value that determines if the event was fired only to measure the cell.
Syntax
'Declaration
 
Public ReadOnly Property Measuring As Boolean
 
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