ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / OwnerDrawCellEventArgs Class / Measuring Property

In This Topic
    Measuring Property
    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
    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