Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumnHeaderCell Class / MaxOutline Property


In This Topic
    MaxOutline Property
    In This Topic
    Gets or sets the number of outlines.
    Syntax
    'Declaration
     
    
    Public Property MaxOutline As Integer
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As Integer
     
    instance.MaxOutline = value
     
    value = instance.MaxOutline
    public int MaxOutline {get; set;}
    Remarks
    -1 means no outlines.
    See Also