Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / IsLayoutRequested Property


In This Topic
    IsLayoutRequested Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsLayoutRequested As Boolean
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Boolean
     
    value = instance.IsLayoutRequested
    public virtual bool IsLayoutRequested {get;}
    See Also