Vue Form - EmptyItem
This article describes configuration properties of an empty form item.
cssClass
Specifies a CSS class to be applied to the form item.
In Form, you can customize the appearance of form items using CSS styles. To apply a style to an item, implement a CSS class, which may contain various properties, and assign the name of this class to the cssClass property of the item.
name
Specifies a name that identifies the form item.
Use the name to access the form item in methods like itemOption(id).
visibleIndex
Specifies the sequence number of the item in a form, group or tab.
Items whose visible index is not specified are located at the end of the sequence and are ordered alphabetically.
If you have technical questions, please create a support ticket in the DevExpress Support Center.