public enum GrowDirection : System.Enum
'Declaration Public Enum GrowDirection Inherits System.Enum
Member | Description |
---|---|
Column | List are laid out in a column, from top to bottom. |
ColumnReverse | List are laid out in a column, from bottom to top. |
Row | List are laid out in a row, from left to right. |
RowReverse | List are laid out in a row, from right to left. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.GrowDirection