Class FormCategoryDividerAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Defines a divider class for form category attributes.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class FormCategoryDividerAttribute : Attribute
- Inheritance
-
objectAttributeFormCategoryDividerAttribute
- Extension Methods
Properties
Order
Gets or sets the form category order weight in the form.
public int Order { get; set; }
Property Value
- int
Remarks
The order is shared with FormComponentAttribute individual form components in the model.