FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Section Class / UseColumnLayout Property

In This Topic
    UseColumnLayout Property
    In This Topic
    For master report's group and detail sections only, gets or sets a value indicating whether the current section should use column layout defined by Columns and ColumnLayout properties.
    Syntax
    'Declaration
     
    Public Property UseColumnLayout As Boolean
    public bool UseColumnLayout {get; set;}
    See Also