File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1396,18 +1396,33 @@ declare module DevExpress.common {
13961396 */
13971397 export type GlobalConfig = {
13981398 versionAssertions?: VersionAssertion[];
1399+ /**
1400+ * [descr:GlobalConfig.dateFormat]
1401+ */
13991402 dateFormat?:
14001403 | DevExpress.common.core.localization.Format
14011404 | Record<string, DevExpress.common.core.localization.Format>;
1405+ /**
1406+ * [descr:GlobalConfig.timeFormat]
1407+ */
14021408 timeFormat?:
14031409 | DevExpress.common.core.localization.Format
14041410 | Record<string, DevExpress.common.core.localization.Format>;
1411+ /**
1412+ * [descr:GlobalConfig.dateTimeFormat]
1413+ */
14051414 dateTimeFormat?:
14061415 | DevExpress.common.core.localization.Format
14071416 | Record<string, DevExpress.common.core.localization.Format>;
1417+ /**
1418+ * [descr:GlobalConfig.numberFormat]
1419+ */
14081420 numberFormat?:
14091421 | DevExpress.common.core.localization.Format
14101422 | Record<string, DevExpress.common.core.localization.Format>;
1423+ /**
1424+ * [descr:GlobalConfig.dateTimeFormatPresets]
1425+ */
14111426 dateTimeFormatPresets?: Record<
14121427 string,
14131428 | DevExpress.common.core.localization.Format
You can’t perform that action at this time.
0 commit comments