EditingComponentOrder Class |
Namespace: Kentico.Forms.Web.Mvc
public static class EditingComponentOrder
The EditingComponentOrder type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_VALUE |
Order of default value editing component. Returns -80.
|
![]() ![]() | EXPLANATION_TEXT |
Order of explanation text editing component. Returns -70.
|
![]() ![]() | LABEL |
Order of label editing component. Returns -120.
|
![]() ![]() | NAME |
Order of name editing component. Returns -90.
|
![]() ![]() | REQUIRED |
Order of required flag editing component. Returns -110.
|
![]() ![]() | SMART_FIELD |
Order of smart field flag editing component. Returns -100.
|
![]() ![]() | TOOLTIP |
Order of tooltip editing component. Returns -60.
|