Skip to content

Property models reference

In Nikcio.UHeadless, property models can be extended and customized adding additional properties and functionality. The default property models provide a solid foundation for building custom property models. By extending these models, you can tailor them to your specific application requirements.

Class NameDescription
PropertyValueA base for property values. This is the lowest level of any property value.
BlockGridRepresents a block grid property value
BlockListRepresents a block list model
ContentPickerRepresents a content picker value
DateTimePickerRepresents a date time property value
DefaultPropertyA catch all property value that simply returns the value of the property. This is all that is needed for simple properties that doesn’t need any special handling or formatting.
LabelGets the value of the property
MediaPickerRepresents a media picker item
MemberPickerRepresents a member picker
MultiUrlPickerRepresents a multi url picker
NestedContentRepresents nested content
RichTextRepresents a rich text editor
UnsupportedPropertyRepresents an unsupported property value