This property is used when creating Split Datepickers.
This property specifies how months will be displayed in the control. Possible values are:
- Number (1-12),
- Name (January-December)
- Short name (Jan-Dec).
Values shown in runtime when using the Name or Short Name options are translated as defined in the active language, using the following literals:
- Name: K2BT_January - K2BT_December
- Short Name: K2BT_January_Short - K2BT_December_Short
If setting this property in runtime, the developer can use the K2BTools.ControlTypes.SplitDatepicker.ShowMonthAs domain.
|