FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellFactory Class / RequireMeasureByLayout Method

In This Topic
    RequireMeasureByLayout Method (CellFactory)
    In This Topic
    This method will be used to check the cell content is customized or not.
    Syntax
    'Declaration
     
    Public Overridable Function RequireMeasureByLayout() As Boolean
    public virtual bool RequireMeasureByLayout()
    See Also