14863
14863
],
14864
14864
"Description": "Specifies whether the widget changes its state when a user pauses on it."
14865
14865
},
14866
+ "inputAttr": {
14867
+ "PrimitiveTypes": [
14868
+ "any"
14869
+ ],
14870
+ "Description": ""
14871
+ },
14866
14872
"invalidFileExtensionMessage": {
14867
14873
"PrimitiveTypes": [
14868
14874
"string"
19802
19808
"PrimitiveTypes": [
19803
19809
"string"
19804
19810
],
19805
- "Description": "Specifies the shading color."
19811
+ "Description": "Specifies the shading color. Applies only if shading is enabled. "
19806
19812
},
19807
19813
"showIndicator": {
19808
19814
"PrimitiveTypes": [
27281
27287
"PrimitiveTypes": [
27282
27288
"string"
27283
27289
],
27284
- "Description": "Specifies the shading color."
27290
+ "Description": "Specifies the shading color. Applies only if shading is enabled. "
27285
27291
},
27286
27292
"showCloseButton": {
27287
27293
"PrimitiveTypes": [
27702
27708
"PrimitiveTypes": [
27703
27709
"string"
27704
27710
],
27705
- "Description": "Specifies the shading color."
27711
+ "Description": "Specifies the shading color. Applies only if shading is enabled. "
27706
27712
},
27707
27713
"showCloseButton": {
27708
27714
"PrimitiveTypes": [
32306
32312
"PrimitiveTypes": [
32307
32313
"string"
32308
32314
],
32309
- "Description": "Specifies the timezone of the widget ."
32315
+ "Description": "Specifies the widget's time zone ."
32310
32316
},
32311
32317
"useDropDownViewSwitcher": {
32312
32318
"PrimitiveTypes": [
37395
37401
"PrimitiveTypes": [
37396
37402
"string"
37397
37403
],
37398
- "Description": "Specifies the shading color."
37404
+ "Description": "Specifies the shading color. Applies only if shading is enabled. "
37399
37405
},
37400
37406
"tabIndex": {
37401
37407
"PrimitiveTypes": [
37925
37931
"PrimitiveTypes": [
37926
37932
"string"
37927
37933
],
37928
- "Description": "Specifies the shading color."
37934
+ "Description": "Specifies the shading color. Applies only if shading is enabled. "
37929
37935
},
37930
37936
"showEvent": {
37931
37937
"PrimitiveTypes": [
41609
41615
"DevExpress.data.DataSourceOptions",
41610
41616
"string"
41611
41617
],
41618
+ "ItemPrimitiveTypes": [
41619
+ "any"
41620
+ ],
41612
41621
"IsDataSource": true,
41613
41622
"Description": "Specifies a data source for the layer."
41614
41623
},
47613
47622
"PrimitiveTypes": [
47614
47623
"string"
47615
47624
],
47616
- "Description": "Specifies the timezone of the appointment end date . Applies only if timeZone is not specified ."
47625
+ "Description": "Specifies the time zone for an appointment's endDate . Applies only if the timeZone option is unspecified ."
47617
47626
},
47618
47627
"html": {
47619
47628
"PrimitiveTypes": [
47643
47652
"PrimitiveTypes": [
47644
47653
"string"
47645
47654
],
47646
- "Description": "Specifies the timezone of the appointment start date . Applies only if timeZone is not specified ."
47655
+ "Description": "Specifies the time zone for an appointment's startDate . Applies only if the timeZone option is unspecified ."
47647
47656
},
47648
47657
"template": {
47649
47658
"PrimitiveTypes": [
@@ -51059,25 +51068,25 @@
51059
51068
}
51060
51069
},
51061
51070
"PositionConfig": {
51062
- "Description": "The position object specifies the widget positioning options .",
51071
+ "Description": "Configures the position of an overlay element .",
51063
51072
"Options": {
51064
51073
"at": {
51065
51074
"PrimitiveTypes": [
51066
51075
"string"
51067
51076
],
51068
- "Description": "The target element position that the widget is positioned against .",
51077
+ "Description": "Specifies the target element's side or corner where the overlay element should be positioned .",
51069
51078
"Options": {
51070
51079
"x": {
51071
51080
"PrimitiveTypes": [
51072
51081
"string"
51073
51082
],
51074
- "Description": "Holds the horizontal position specifier ."
51083
+ "Description": "Specifies a position in the horizontal direction (for left, right, or center alignment) ."
51075
51084
},
51076
51085
"y": {
51077
51086
"PrimitiveTypes": [
51078
51087
"string"
51079
51088
],
51080
- "Description": "Holds the vertical position specifier ."
51089
+ "Description": "Specifies a position in the vertical direction (for top, bottom, or center alignment) ."
51081
51090
}
51082
51091
}
51083
51092
},
@@ -51088,65 +51097,65 @@
51088
51097
"string",
51089
51098
"Window"
51090
51099
],
51091
- "Description": "The element within which the widget is positioned."
51100
+ "Description": "A boundary element in which the overlay element must be positioned."
51092
51101
},
51093
51102
"boundaryOffset": {
51094
51103
"PrimitiveTypes": [
51095
51104
"string"
51096
51105
],
51097
- "Description": "Specifies the horizontal and vertical offset from the window's boundaries .",
51106
+ "Description": "Specifies the offset of boundaries from the boundary element .",
51098
51107
"Options": {
51099
51108
"x": {
51100
51109
"PrimitiveTypes": [
51101
51110
"number"
51102
51111
],
51103
- "Description": "Specifies the horizontal offset."
51112
+ "Description": "Specifies a horizontal offset."
51104
51113
},
51105
51114
"y": {
51106
51115
"PrimitiveTypes": [
51107
51116
"number"
51108
51117
],
51109
- "Description": "Specifies the vertical offset."
51118
+ "Description": "Specifies a vertical offset."
51110
51119
}
51111
51120
}
51112
51121
},
51113
51122
"collision": {
51114
51123
"PrimitiveTypes": [
51115
51124
"string"
51116
51125
],
51117
- "Description": "Specifies how to move the widget if it overflows the screen .",
51126
+ "Description": "Specifies how to resolve collisions - when the overlay element exceeds the boundary element .",
51118
51127
"Options": {
51119
51128
"x": {
51120
51129
"PrimitiveTypes": [
51121
51130
"string"
51122
51131
],
51123
- "Description": "Specifies the horizontal collision handler ."
51132
+ "Description": "Specifies how to resolve horizontal collisions ."
51124
51133
},
51125
51134
"y": {
51126
51135
"PrimitiveTypes": [
51127
51136
"string"
51128
51137
],
51129
- "Description": "Specifies the vertical collision handler ."
51138
+ "Description": "Specifies how to resolve vertical collisions ."
51130
51139
}
51131
51140
}
51132
51141
},
51133
51142
"my": {
51134
51143
"PrimitiveTypes": [
51135
51144
"string"
51136
51145
],
51137
- "Description": "The position of the widget to align against the target element.",
51146
+ "Description": "Specifies the overlay element's side or corner to align with a target element.",
51138
51147
"Options": {
51139
51148
"x": {
51140
51149
"PrimitiveTypes": [
51141
51150
"string"
51142
51151
],
51143
- "Description": "Holds the horizontal position specifier ."
51152
+ "Description": "Specifies a position in the horizontal direction (for left, right, or center alignment) ."
51144
51153
},
51145
51154
"y": {
51146
51155
"PrimitiveTypes": [
51147
51156
"string"
51148
51157
],
51149
- "Description": "Holds the vertical position specifier ."
51158
+ "Description": "Specifies a position in the vertical direction (for top, bottom, or center alignment) ."
51150
51159
}
51151
51160
}
51152
51161
},
@@ -51157,25 +51166,25 @@
51157
51166
"string",
51158
51167
"Window"
51159
51168
],
51160
- "Description": "The target element that the widget is positioned against ."
51169
+ "Description": "The target element relative to which the overlay element should be positioned ."
51161
51170
},
51162
51171
"offset": {
51163
51172
"PrimitiveTypes": [
51164
51173
"string"
51165
51174
],
51166
- "Description": "Specifies horizontal and vertical offset in pixels .",
51175
+ "Description": "Specifies the overlay element's offset from a specified position .",
51167
51176
"Options": {
51168
51177
"x": {
51169
51178
"PrimitiveTypes": [
51170
51179
"number"
51171
51180
],
51172
- "Description": "Specifies the horizontal offset."
51181
+ "Description": "Specifies a horizontal offset."
51173
51182
},
51174
51183
"y": {
51175
51184
"PrimitiveTypes": [
51176
51185
"number"
51177
51186
],
51178
- "Description": "Specifies the vertical offset."
51187
+ "Description": "Specifies a vertical offset."
51179
51188
}
51180
51189
}
51181
51190
}
0 commit comments