Hide

YetaWF Documentation

Display
Print

PropertyList Component

PropertyList (Display)

Displays the model and all its contained properties with labels, tooltips and all property values, rendered using their respective UIHint() definitions.

Model Type: object

This is typically used within forms to display large amounts of information. This is the main component used throughout YetaWF to display information to the user.

For more information see Property Lists.

[UIHint("PropertyList"), ReadOnly]
public ModuleDefinition Module { get; set; }

PropertyList (Edit)

Allows editing the model and all its contained properties with labels, tooltips and all property values, rendered and edited using their respective UIHint() definitions.

Model Type: object

This is typically used within forms to display large amounts of information. This is the main component used throughout YetaWF to display information to the user.

[UIHint("PropertyList")]
public SiteDefinition Site { get; set; }