PropertyGridItemTagHelper

Example

Razor
<property-grid-item>
    <autocomplete-editor></autocomplete-editor>
    <captcha-editor></captcha-editor>
    <checkboxgroup-editor></checkboxgroup-editor>
    <colorgradient-editor></colorgradient-editor>
    <colorpalette-editor></colorpalette-editor>
    <colorpicker-editor></colorpicker-editor>
    <combobox-editor></combobox-editor>
    <dateinput-editor></dateinput-editor>
    <datepicker-editor></datepicker-editor>
    <datetimepicker-editor></datetimepicker-editor>
    <dropdownlist-editor></dropdownlist-editor>
    <dropdowntree-editor></dropdowntree-editor>
    <flatcolorpicker-editor></flatcolorpicker-editor>
    <grid />
    <maskedtextbox-editor></maskedtextbox-editor>
    <multicolumncombobox-editor></multicolumncombobox-editor>
    <multiselect-editor></multiselect-editor>
    <numerictextbox-editor></numerictextbox-editor>
    <property-grid-items></property-grid-items>
    <radiogroup-editor></radiogroup-editor>
    <rating-editor></rating-editor>
    <richtexteditor-editor></richtexteditor-editor>
    <signature-editor></signature-editor>
    <slider-editor></slider-editor>
    <switch-editor></switch-editor>
    <textarea-editor></textarea-editor>
    <textbox-editor></textbox-editor>
    <timedurationpicker-editor></timedurationpicker-editor>
    <timepicker-editor></timepicker-editor>
</property-grid-item>

ChildTags

Tag NameDetails
autocomplete-editorAutoCompleteTagHelper
captcha-editorCaptchaTagHelper
checkboxgroup-editorCheckBoxGroupTagHelper
colorgradient-editorColorGradientTagHelper
colorpalette-editorColorPaletteTagHelper
colorpicker-editorColorPickerTagHelper
combobox-editorComboBoxTagHelper
dateinput-editorDateInputTagHelper
datepicker-editorDatePickerTagHelper
datetimepicker-editorDateTimePickerTagHelper
dropdownlist-editorDropDownListTagHelper
dropdowntree-editorDropDownTreeTagHelper
flatcolorpicker-editorFlatColorPickerTagHelper
grid
maskedtextbox-editorMaskedTextBoxTagHelper
multicolumncombobox-editorMultiColumnComboBoxTagHelper
multiselect-editorMultiSelectTagHelper
numerictextbox-editorNumericTextBoxTagHelper
property-grid-itemsPropertyGridItemNestedItemsTagHelper
radiogroup-editorRadioGroupTagHelper
rating-editorRatingTagHelper
richtexteditor-editor
signature-editorSignatureTagHelper
slider-editorSliderTagHelper
switch-editorSwitchTagHelper
textarea-editorTextAreaTagHelper
textbox-editorTextBoxTagHelper
timedurationpicker-editorTimeDurationPickerTagHelper
timepicker-editorTimePickerTagHelper

Attributes

AttributeTypeDescription
descriptionStringSets the description for the property.
editableBooleanThe JavaScript function that is executed when the value cell is about to be opened for editing. The returned result will determine whether an editor will be created.
editable-handlerStringThe JavaScript function that is executed when the value cell is about to be opened for editing. The returned result will determine whether an editor will be created.
editorStringProvides a way to specify a custom editing UI for the value of the property. To create the editing UI, use the container parameter.When used as String, defines the editor component type. Set the options for the component via the items.editorOptions.For further info check the Form API: field
editor-handlerStringProvides a way to specify a custom editing UI for the value of the property. To create the editing UI, use the container parameter.When used as String, defines the editor component type. Set the options for the component via the items.editorOptions.For further info check the Form API: field
fieldStringMaps the item configuration to the model property.
formatStringThe format that is applied to the value before it is displayed. Takes the {0:format} form where format is a standard number format, custom number format, standard date format or a custom date format.
groupStringSets the name of the group to which the property will belong, if grouping is enabled. Only root level items can be grouped.
templateStringThe template which is rendered for the property's value.
template-handlerStringThe template which is rendered for the property's value.
template-idStringThe template which is rendered for the property's value.
template-viewIHtmlContentThe template which is rendered for the property's value.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support