Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.PropertyList.PropertyListStyleEnum Enumeration

Defines the appearance of a property list.

Class: YetaWF.Modules.ComponentsHTML.Components.PropertyList
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public enum PropertyListStyleEnum;

Values

NameValueDescription
Tabbed0Render a tabbed property list (if there are multiple categories) or a simple list (0 or 1 category).
Boxed1Render a boxed property list (if there are multiple categories) or a simple list (0 or 1 category).
BoxedWithCategories2Render a boxed property list with category labels (if there are multiple categories) or a simple list (0 or 1 category).
BoxedWithHeaders3Render a boxed property list with category headers (1 or more categories). If there are no categories, a simple property list is rendered.

See Also YetaWF.Modules.ComponentsHTML.Components.PropertyList Class YetaWF.ComponentsHTML PackageYetaWF.Core