Property Selector
Components / Templates
How to style the property selector
How to use the property selector partial
@Html.PropertyGroupTemplate(new Mercury.DesignSystem.Models.Templates.PropertyGroup())
Custom top level items:
Information
Map
Address
,
Parcel ID
Not Defined
@Html.PropertyGroupTemplate(new Mercury.DesignSystem.Models.Templates.PropertyGroup
{
IncludeUnitMix = false,
SectionName = "Property Tab",
AllowAdd = false
})
Custom sub level items:
Property Info
Property Map
Address
,
Parcel ID
Not Defined
Unit Mix
Select A Property
A property needs to be selected before a unit can be selected.
No Unit Selected
Click the select button to select a unit / space for the selected property.
Suite #
None
Sq. Feet/GLA
Not Defined
Select A Unit / Space
@Html.PropertyGroupTemplate(new Mercury.DesignSystem.Models.Templates.PropertyGroup
{
PropertySelector = new Mercury.DesignSystem.Models.Templates.PropertySelector
{
Title = "Property Info"
},
PropertyMap = new Mercury.DesignSystem.Models.Templates.PropertyMap
{
Title = "Property Map"
},
UnitSelector = new Mercury.DesignSystem.Models.Templates.UnitSelector
{
Title = "Unit Mix"
}
})
Loading...