Table of Contents

Class EditingComponentOrder

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Contains constants describing order of editable properties within FormComponentProperties.

public static class EditingComponentOrder
Inheritance
object
EditingComponentOrder

Fields

DEFAULT_VALUE

Order of default value editing component. Returns -80.

public const int DEFAULT_VALUE = -80

Field Value

int

EXPLANATION_TEXT

Order of explanation text editing component. Returns -70.

public const int EXPLANATION_TEXT = -70

Field Value

int

LABEL

Order of label editing component. Returns -120.

public const int LABEL = -120

Field Value

int

NAME

Order of name editing component. Returns -90.

public const int NAME = -90

Field Value

int

REQUIRED

Order of required flag editing component. Returns -110.

public const int REQUIRED = -110

Field Value

int

SMART_FIELD

Order of smart field flag editing component. Returns -100.

public const int SMART_FIELD = -100

Field Value

int

TOOLTIP

Order of tooltip editing component. Returns -60.

public const int TOOLTIP = -60

Field Value

int