Name

RepeatLayout

Synopsis

This enumeration specifies the layout of items in certain list controls. Table specifies that items are held in separate cells in a table structure, while Flow specifies that no special formatting is used.

Public Enum RepeatLayout
                  Table = 0
                  Flow = 1
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) RepeatLayout

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.