DevExpress.Data.Desktop.v21.2.xml 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <assembly>
  4. <name>DevExpress.Data.Desktop.v21.2</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.Data.Camera">
  8. <summary>
  9. <para>Provides types that describe video capture devices and video properties.</para>
  10. </summary>
  11. </member>
  12. <member name="T:DevExpress.Data.Camera.CameraDeviceBase">
  13. <summary>
  14. <para>The base class for classes that describe video capture devices.</para>
  15. </summary>
  16. </member>
  17. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.#ctor(DevExpress.Data.Camera.CameraDeviceInfo)">
  18. <summary>
  19. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.CameraDeviceBase"/> class with the specified settings.</para>
  20. </summary>
  21. <param name="deviceInfo">An object that comprises system information about the video capture device.</param>
  22. </member>
  23. <member name="P:DevExpress.Data.Camera.CameraDeviceBase.DeviceMoniker">
  24. <summary>
  25. <para>Gets the string representation of the moniker for the current device.</para>
  26. </summary>
  27. <value>A String value that specifies the string representation of the moniker for the current device.</value>
  28. </member>
  29. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.Dispose">
  30. <summary>
  31. <para>Disposes of the current object and releases all the allocated resources.</para>
  32. </summary>
  33. </member>
  34. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.Equals(System.Object)">
  35. <summary>
  36. <para>Determines whether the specified object is equal to the current object.</para>
  37. </summary>
  38. <param name="obj">The object to compare with the current object.</param>
  39. <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
  40. </member>
  41. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.GetAvailableResolutions">
  42. <summary>
  43. <para>Returns the list of video resolutions available on the current device.</para>
  44. </summary>
  45. <returns>The list of video resolutions available on the current device.</returns>
  46. </member>
  47. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.GetAvailiableResolutions">
  48. <summary>
  49. <para>Returns the list of video resolutions available on the current device.</para>
  50. </summary>
  51. <returns>The list of video resolutions available on the current device.</returns>
  52. </member>
  53. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.GetHashCode">
  54. <summary>
  55. <para>Returns the hash code for the current <see cref="T:DevExpress.Data.Camera.CameraDeviceBase"/> object.</para>
  56. </summary>
  57. <returns>The hash code for the current <see cref="T:DevExpress.Data.Camera.CameraDeviceBase"/> object.</returns>
  58. </member>
  59. <member name="P:DevExpress.Data.Camera.CameraDeviceBase.IsBusy">
  60. <summary>
  61. <para>Gets whether the video capture device is already in use in another application.</para>
  62. </summary>
  63. <value>true, the video capture device is already in use in another application; otherwise, false.</value>
  64. </member>
  65. <member name="P:DevExpress.Data.Camera.CameraDeviceBase.IsRunning">
  66. <summary>
  67. <para>Gets whether the device is currently capturing video.</para>
  68. </summary>
  69. <value>true, if the device is currently capturing video; otherwise, false.</value>
  70. </member>
  71. <member name="P:DevExpress.Data.Camera.CameraDeviceBase.Name">
  72. <summary>
  73. <para>Gets the UI display name of the video capture device.</para>
  74. </summary>
  75. <value>A String value that specifies the UI display name of the video capture device.</value>
  76. </member>
  77. <member name="P:DevExpress.Data.Camera.CameraDeviceBase.Resolution">
  78. <summary>
  79. <para>Gets or sets the resolution of a video stream captured by the current device.</para>
  80. </summary>
  81. <value>A <see cref="T:System.Drawing.Size"/> structure that specifies the resolution of a video stream captured by the current device.</value>
  82. </member>
  83. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.SetClient(DevExpress.Data.Camera.Interfaces.ICameraDeviceClient)">
  84. <summary>
  85. <para>Sets the ICameraDeviceClient object that processes the video from the current capture device.</para>
  86. </summary>
  87. <param name="client">An ICameraDeviceClient object that processes the video from the current capture device.</param>
  88. </member>
  89. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.Start">
  90. <summary>
  91. <para>Starts capturing video from the current device.</para>
  92. </summary>
  93. </member>
  94. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.Stop">
  95. <summary>
  96. <para>Stops capturing video from the current device.</para>
  97. </summary>
  98. </member>
  99. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.TakeSnapshot">
  100. <summary>
  101. <para>Returns the video frame currently captured by the device.</para>
  102. </summary>
  103. <returns>A <see cref="T:System.Drawing.Bitmap"/> object that is the video frame currently captured by the device.</returns>
  104. </member>
  105. <member name="M:DevExpress.Data.Camera.CameraDeviceBase.WndProc(System.Windows.Forms.Message@)">
  106. <summary>
  107. <para>Processes Windows messages.</para>
  108. </summary>
  109. <param name="m">The Windows Message to process.</param>
  110. </member>
  111. <member name="T:DevExpress.Data.Camera.CameraDeviceInfo">
  112. <summary>
  113. <para>Contains system information used to identify a video capture device.</para>
  114. </summary>
  115. </member>
  116. <member name="M:DevExpress.Data.Camera.CameraDeviceInfo.#ctor(System.String)">
  117. <summary>
  118. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.CameraDeviceInfo"/> class with the specified settings.</para>
  119. </summary>
  120. <param name="monikerString">A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the <see cref="F:DevExpress.Data.Camera.CameraDeviceInfo.MonikerString"/> field.</param>
  121. </member>
  122. <member name="M:DevExpress.Data.Camera.CameraDeviceInfo.#ctor(System.String,System.String)">
  123. <summary>
  124. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.CameraDeviceInfo"/> class with the specified settings.</para>
  125. </summary>
  126. <param name="monikerString">A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the <see cref="F:DevExpress.Data.Camera.CameraDeviceInfo.MonikerString"/> field.</param>
  127. <param name="name">A String value that specifies the UI display name of the video capture device. This value is assigned to the <see cref="F:DevExpress.Data.Camera.CameraDeviceInfo.Name"/> field.</param>
  128. </member>
  129. <member name="M:DevExpress.Data.Camera.CameraDeviceInfo.CompareTo(System.Object)">
  130. <summary>
  131. <para>Compares the current instance with a specified object and indicates whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object.</para>
  132. </summary>
  133. <param name="value">An object to compare with the current instance.</param>
  134. <returns>An integer value that specifies whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object.</returns>
  135. </member>
  136. <member name="F:DevExpress.Data.Camera.CameraDeviceInfo.MonikerString">
  137. <summary>
  138. <para>The string representation of the moniker for the video capture device.</para>
  139. </summary>
  140. <value></value>
  141. </member>
  142. <member name="F:DevExpress.Data.Camera.CameraDeviceInfo.Name">
  143. <summary>
  144. <para>The UI display name of the video capture device.</para>
  145. </summary>
  146. <value></value>
  147. </member>
  148. <member name="M:DevExpress.Data.Camera.CameraDeviceInfo.ToString">
  149. <summary>
  150. <para>Returns the UI display name of the video capture device.</para>
  151. </summary>
  152. <returns>A String value that is the UI display name of the video capture device.</returns>
  153. </member>
  154. <member name="T:DevExpress.Data.Camera.DeviceVideoProperty">
  155. <summary>
  156. <para>Describes a video property on a video capture device.</para>
  157. </summary>
  158. </member>
  159. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Default">
  160. <summary>
  161. <para>Gets the default value of the video property.</para>
  162. </summary>
  163. <value>An <see cref="T:System.Int32"/> value that specifies the default value of the video property.</value>
  164. </member>
  165. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.IsActive">
  166. <summary />
  167. <value></value>
  168. </member>
  169. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Max">
  170. <summary>
  171. <para>Gets the maximum value of the video property.</para>
  172. </summary>
  173. <value>An <see cref="T:System.Int32"/> value that specifies the maximum value of the video property.</value>
  174. </member>
  175. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Min">
  176. <summary>
  177. <para>Gets the minimum value of the video property.</para>
  178. </summary>
  179. <value>An <see cref="T:System.Int32"/> value that specifies the minimum value of the video property.</value>
  180. </member>
  181. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Name">
  182. <summary>
  183. <para>Gets the name of the video property.</para>
  184. </summary>
  185. <value>A <see cref="T:System.String"/> value that specifies the name of the video property.</value>
  186. </member>
  187. <member name="E:DevExpress.Data.Camera.DeviceVideoProperty.PropertyChanged">
  188. <summary>
  189. <para>Occurs when a property value changes.</para>
  190. </summary>
  191. </member>
  192. <member name="M:DevExpress.Data.Camera.DeviceVideoProperty.ResetToDefault">
  193. <summary>
  194. <para>Resets the video property value to its default.</para>
  195. </summary>
  196. </member>
  197. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.SteppingDelta">
  198. <summary>
  199. <para>Gets the step size for the video property. The step size is the smallest increment by which the property can change.</para>
  200. </summary>
  201. <value>An <see cref="T:System.Int32"/> value that specifies the step size for the video property.</value>
  202. </member>
  203. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Value">
  204. <summary>
  205. <para>Gets or sets the current setting of the video property.</para>
  206. </summary>
  207. <value>An <see cref="T:System.Int32"/> value that specifies the current setting of the video property.</value>
  208. </member>
  209. <member name="T:DevExpress.Data.Camera.DeviceVideoSettings">
  210. <summary>
  211. <para>Provides access to the video properties on a video capture device.</para>
  212. </summary>
  213. </member>
  214. <member name="M:DevExpress.Data.Camera.DeviceVideoSettings.#ctor(DevExpress.Data.Camera.Interfaces.ICameraDeviceClient)">
  215. <summary>
  216. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.DeviceVideoSettings"/> class with the specified settings.</para>
  217. </summary>
  218. <param name="client">An ICameraDeviceClient object that processes the video stream received from a video capture device.</param>
  219. </member>
  220. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.BacklightCompensation">
  221. <summary>
  222. <para>Provides access to the video property that specifies the backlight compensation setting.</para>
  223. </summary>
  224. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the backlight compensation setting.</value>
  225. </member>
  226. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Brightness">
  227. <summary>
  228. <para>Provides access to the video property that specifies the brightness, also called the black level.</para>
  229. </summary>
  230. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the brightness, also called the black level.</value>
  231. </member>
  232. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.ColorEnable">
  233. <summary>
  234. <para>Provides access to the video property that specifies the color enable setting.</para>
  235. </summary>
  236. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the color enable setting.</value>
  237. </member>
  238. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Contrast">
  239. <summary>
  240. <para>Provides access to the video property that specifies the contrast.</para>
  241. </summary>
  242. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the contrast.</value>
  243. </member>
  244. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Gain">
  245. <summary>
  246. <para>Provides access to the video property that specifies the gain adjustment.</para>
  247. </summary>
  248. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the gain adjustment.</value>
  249. </member>
  250. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Gamma">
  251. <summary>
  252. <para>Provides access to the video property that specifies the gamma.</para>
  253. </summary>
  254. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the gamma.</value>
  255. </member>
  256. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Hue">
  257. <summary>
  258. <para>Provides access to the video property that specifies the hue.</para>
  259. </summary>
  260. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the hue.</value>
  261. </member>
  262. <member name="E:DevExpress.Data.Camera.DeviceVideoSettings.PropertyChanged">
  263. <summary>
  264. <para>Occurs when a property value changes.</para>
  265. </summary>
  266. </member>
  267. <member name="M:DevExpress.Data.Camera.DeviceVideoSettings.ResetToDefaults">
  268. <summary>
  269. <para>Resets the video properties to their defaults.</para>
  270. </summary>
  271. </member>
  272. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Saturation">
  273. <summary>
  274. <para>Provides access to the video property that specifies the saturation.</para>
  275. </summary>
  276. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the saturation.</value>
  277. </member>
  278. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Sharpness">
  279. <summary>
  280. <para>Provides access to the video property that specifies the sharpness.</para>
  281. </summary>
  282. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the sharpness.</value>
  283. </member>
  284. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.WhiteBalance">
  285. <summary>
  286. <para>Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin.</para>
  287. </summary>
  288. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the white balance, as a color temperature in degrees Kelvin.</value>
  289. </member>
  290. <member name="N:DevExpress.Data.Controls">
  291. <summary />
  292. </member>
  293. <member name="T:DevExpress.Data.Controls.ControlRows">
  294. <summary />
  295. </member>
  296. <member name="F:DevExpress.Data.Controls.ControlRows.Selected">
  297. <summary>
  298. <para>The Chart Control visualizes data rows that are selected within a source control.</para>
  299. </summary>
  300. </member>
  301. <member name="F:DevExpress.Data.Controls.ControlRows.Source">
  302. <summary>
  303. <para>The Chart Control visualizes a source control’s all data rows.</para>
  304. </summary>
  305. </member>
  306. <member name="F:DevExpress.Data.Controls.ControlRows.Visible">
  307. <summary>
  308. <para>The Chart Control visualizes data rows that the source control filters.</para>
  309. </summary>
  310. </member>
  311. <member name="T:DevExpress.Data.Controls.ControlRowSource">
  312. <summary />
  313. </member>
  314. <member name="M:DevExpress.Data.Controls.ControlRowSource.#ctor">
  315. <summary>
  316. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Controls.ControlRowSource"/> class with the default settings.</para>
  317. </summary>
  318. </member>
  319. <member name="P:DevExpress.Data.Controls.ControlRowSource.Control">
  320. <summary>
  321. <para>Gets or sets the control that provides its data rows to another control.</para>
  322. </summary>
  323. <value>The control that provides its data rows to another control.</value>
  324. </member>
  325. <member name="P:DevExpress.Data.Controls.ControlRowSource.ControlRows">
  326. <summary>
  327. <para>Gets or sets the type of rows that the source control provides.</para>
  328. </summary>
  329. <value>The type of rows that the source control provides.</value>
  330. </member>
  331. <member name="E:DevExpress.Data.Controls.ControlRowSource.PropertyChanged">
  332. <summary>
  333. <para>Occurs every time any of the class’ properties has changed its value.</para>
  334. </summary>
  335. </member>
  336. <member name="M:DevExpress.Data.Controls.ControlRowSource.ReloadRows(System.Boolean)">
  337. <summary>
  338. <para>Reloads data rows from the source control.</para>
  339. </summary>
  340. <param name="raiseList">The value indicating whether the PropertyChanged event should be raised.</param>
  341. </member>
  342. <member name="T:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs">
  343. <summary />
  344. </member>
  345. <member name="M:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs.#ctor(DevExpress.Data.Controls.ControlRows)">
  346. <summary>
  347. <para>Initializes new instance of the <see cref="T:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs"></see> class with the specified settings.</para>
  348. </summary>
  349. <param name="changedRows">The value indicating the currently provided data row type.</param>
  350. </member>
  351. <member name="P:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs.ChangedRows">
  352. <summary>
  353. <para>Returns the type of changed rows.</para>
  354. </summary>
  355. <value>The type of changed rows.</value>
  356. </member>
  357. <member name="T:DevExpress.Data.Controls.ControlRowSourceChangedEventHandler">
  358. <summary>
  359. <para>Represents the method that will handle the <see cref="E:DevExpress.Data.Controls.IControlRowSource.Changed"/> event.</para>
  360. </summary>
  361. <param name="sender">An object of any type that triggers the <see cref="E:DevExpress.Data.Controls.IControlRowSource.Changed"/> event.</param>
  362. <param name="e">Event arguments that provide data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> event.</param>
  363. </member>
  364. <member name="T:DevExpress.Data.Controls.IControlRowSource">
  365. <summary />
  366. </member>
  367. <member name="E:DevExpress.Data.Controls.IControlRowSource.Changed">
  368. <summary>
  369. <para>Occurs every time the data source is changed.</para>
  370. </summary>
  371. </member>
  372. <member name="M:DevExpress.Data.Controls.IControlRowSource.GetRows(DevExpress.Data.Controls.ControlRows)">
  373. <summary>
  374. <para>Returns data rows of the specified row type.</para>
  375. </summary>
  376. <param name="rows">The requested row type.</param>
  377. <returns>Data rows of the specified row type.</returns>
  378. </member>
  379. <member name="P:DevExpress.Data.Controls.IControlRowSource.RowSource">
  380. <summary>
  381. <para>Returns the data row source.</para>
  382. </summary>
  383. <value>The data row source.</value>
  384. </member>
  385. <member name="N:DevExpress.Printing">
  386. <summary>
  387. <para>Contains classes that provide the basic printing functionality.</para>
  388. </summary>
  389. </member>
  390. <member name="T:DevExpress.Printing.PrinterItem">
  391. <summary>
  392. <para>Provides settings for a printer.</para>
  393. </summary>
  394. </member>
  395. <member name="M:DevExpress.Printing.PrinterItem.#ctor(System.Printing.PrintQueue,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
  396. <summary>
  397. <para>Initializes a new instance of the <see cref="T:DevExpress.Printing.PrinterItem"/> class with specified settings.</para>
  398. </summary>
  399. <param name="printQueue"></param>
  400. <param name="isFax"></param>
  401. <param name="isNetwork"></param>
  402. <param name="isDefault"></param>
  403. <param name="isOffline"></param>
  404. </member>
  405. <member name="M:DevExpress.Printing.PrinterItem.#ctor(System.String,System.String,System.String,System.String,System.String,DevExpress.Printing.Native.PrintEditor.PrinterStatus)">
  406. <summary>
  407. <para>Initializes a new instance of the <see cref="T:DevExpress.Printing.PrinterItem"/> class with specified settings.</para>
  408. </summary>
  409. <param name="fullName"></param>
  410. <param name="displayName"></param>
  411. <param name="location"></param>
  412. <param name="comment"></param>
  413. <param name="printerDocumentsInQueue"></param>
  414. <param name="status"></param>
  415. </member>
  416. <member name="P:DevExpress.Printing.PrinterItem.Comment">
  417. <summary>
  418. <para>Gets a comment about a printer.</para>
  419. </summary>
  420. <value>A string that specifies the comment about the printer.</value>
  421. </member>
  422. <member name="P:DevExpress.Printing.PrinterItem.DisplayName">
  423. <summary>
  424. <para>Gets the printer display name.</para>
  425. </summary>
  426. <value>A string that specifies the printer display name.</value>
  427. </member>
  428. <member name="P:DevExpress.Printing.PrinterItem.FullName">
  429. <summary>
  430. <para>Gets the printer full name.</para>
  431. </summary>
  432. <value>A string that specifies the printer name.</value>
  433. </member>
  434. <member name="P:DevExpress.Printing.PrinterItem.Location">
  435. <summary>
  436. <para>Gets the printer location.</para>
  437. </summary>
  438. <value>A string that specifies the printer location.</value>
  439. </member>
  440. <member name="P:DevExpress.Printing.PrinterItem.PrinterDocumentsInQueue">
  441. <summary>
  442. <para>Gets information on documents in the print queue.</para>
  443. </summary>
  444. <value>A string that specifies the documents in the print queue.</value>
  445. </member>
  446. <member name="P:DevExpress.Printing.PrinterItem.PrinterType">
  447. <summary>
  448. <para>Gets the printer type.</para>
  449. </summary>
  450. <value>The printer type.</value>
  451. </member>
  452. <member name="P:DevExpress.Printing.PrinterItem.Status">
  453. <summary>
  454. <para>Gets the printer status.</para>
  455. </summary>
  456. <value>A string that specifies the printer status.</value>
  457. </member>
  458. <member name="N:DevExpress.Xpf.Core">
  459. <summary>
  460. <para>Contains common utility classes used by WPF controls and components from DevExpress.</para>
  461. </summary>
  462. </member>
  463. <member name="T:DevExpress.Xpf.Core.ApplicationThemeHelper">
  464. <summary>
  465. <para>An abstract class that provides access to an application’s theme settings.</para>
  466. </summary>
  467. </member>
  468. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.ApplicationThemeName">
  469. <summary>
  470. <para>Gets or sets the name of the theme applied to the entire application.</para>
  471. </summary>
  472. <value>A <see cref="T:System.String"/> value that specifies the theme name.</value>
  473. </member>
  474. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.ConfigurationUserLevel">
  475. <summary />
  476. <value></value>
  477. </member>
  478. <member name="M:DevExpress.Xpf.Core.ApplicationThemeHelper.SaveApplicationThemeName">
  479. <summary>
  480. <para>Saves the current theme name to the application configuration file.</para>
  481. </summary>
  482. </member>
  483. <member name="M:DevExpress.Xpf.Core.ApplicationThemeHelper.UpdateApplicationThemeName">
  484. <summary>
  485. <para>Loads the theme name from the application configuration file.</para>
  486. </summary>
  487. </member>
  488. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.UseDefaultSvgImages">
  489. <summary />
  490. <value></value>
  491. </member>
  492. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.UseLegacyDefaultTheme">
  493. <summary>
  494. <para>Specifies whether the application should use the legacy default theme (“DeepBlue”).</para>
  495. </summary>
  496. <value></value>
  497. </member>
  498. <member name="T:DevExpress.Xpf.Core.CompatibilityMode">
  499. <summary>
  500. <para>Lists the values that specify the compatibility settings version.</para>
  501. </summary>
  502. </member>
  503. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.Latest">
  504. <summary>
  505. <para>The DevExpress WPF controls function like in the latest version.</para>
  506. </summary>
  507. </member>
  508. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v17_2">
  509. <summary>
  510. <para>The DevExpress WPF controls function like in v17.2.</para>
  511. </summary>
  512. </member>
  513. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v18_1">
  514. <summary>
  515. <para>The DevExpress WPF controls function like in v18.1.</para>
  516. </summary>
  517. </member>
  518. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v18_2">
  519. <summary>
  520. <para>The DevExpress WPF controls function like in v18.2.</para>
  521. </summary>
  522. </member>
  523. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v19_1">
  524. <summary>
  525. <para>The DevExpress WPF controls function like in v19.1.</para>
  526. </summary>
  527. </member>
  528. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v19_2">
  529. <summary>
  530. <para>The DevExpress WPF controls function like in v19.2.</para>
  531. </summary>
  532. </member>
  533. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v20_1">
  534. <summary>
  535. <para>The DevExpress WPF controls function like in v20.1.</para>
  536. </summary>
  537. </member>
  538. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v20_2">
  539. <summary>
  540. <para>The DevExpress WPF controls function like in v20.2.</para>
  541. </summary>
  542. </member>
  543. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v21_1">
  544. <summary>
  545. <para>The DevExpress WPF controls function like in v21.1.</para>
  546. </summary>
  547. </member>
  548. <member name="T:DevExpress.Xpf.Core.CompatibilitySettings">
  549. <summary>
  550. <para>Provides access to compatibility settings.</para>
  551. </summary>
  552. </member>
  553. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowAccessibilityAlerts">
  554. <summary />
  555. <value></value>
  556. </member>
  557. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowEditTextExpressionInFormatRule">
  558. <summary>
  559. <para>Gets or sets whether users can edit a format condition’s expression text.</para>
  560. </summary>
  561. <value>true to allow users to edit a format condition’s expression text; otherwise, false.</value>
  562. </member>
  563. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowEditValueBindingInInplaceEditors">
  564. <summary>
  565. <para>Gets or sets whether the GridControl’s logic of getting/setting the editor’s value is enabled.</para>
  566. </summary>
  567. <value>true, if the GridControl’s logic of getting/setting the editor’s value is enabled; otherwise, false.The default value is true.</value>
  568. </member>
  569. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowGlyphRunRenderingInInplaceEditors">
  570. <summary>
  571. <para>Gets or sets whether to use the GlyphRun engine to render text in cell editors.</para>
  572. </summary>
  573. <value>true to use the GlyphRun engine; otherwise, false.</value>
  574. </member>
  575. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowLookupGridFiltering">
  576. <summary>
  577. <para>Gets or sets whether to allow users to filter grid values in the Drop-down Filter and Filter Editor when the <see cref="T:DevExpress.Xpf.Grid.GridControl"/> is in the <see cref="T:DevExpress.Xpf.Grid.LookUp.LookUpEdit"/>.</para>
  578. </summary>
  579. <value>true to allow users to filter grid values in the Drop-down Filter and Filter Editor when the <see cref="T:DevExpress.Xpf.Grid.GridControl"/> is in the <see cref="T:DevExpress.Xpf.Grid.LookUp.LookUpEdit"/>; otherwise, false.</value>
  580. </member>
  581. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowRecyclingRibbonItems">
  582. <summary>
  583. <para>Gets or sets whether ribbon controls should attempt to re-use existing link control (LightweightBarItemLinkControl, BarButtonItemLinkControl, BarCheckItemLinkControl, and so on) objects to enhance merging performance.</para>
  584. </summary>
  585. <value>true, to re-use an existing link control; otherwise false.</value>
  586. </member>
  587. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.CompatibilityMode">
  588. <summary>
  589. <para>Gets or sets the controls’ compatibility mode.</para>
  590. </summary>
  591. <value>A compatibility mode.</value>
  592. </member>
  593. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.ConvertOccurrenceToNormalWhenDragBetweenResources">
  594. <summary>
  595. <para>Specifies whether a recurring appointment is converted to a normal appointment when an end-user drags and drops it to another resource.</para>
  596. </summary>
  597. <value>True, if a recurring appointment is converted to normal after a drag-and-drop operation to another resource; otherwise, false. Default is false.</value>
  598. </member>
  599. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.DXBindingResolvingMode">
  600. <summary>
  601. <para>Gets or sets a value that specifies how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions.</para>
  602. </summary>
  603. <value>Any of the <see cref="T:DevExpress.Xpf.Core.DXBindingResolvingMode"/> enumeration values.</value>
  604. </member>
  605. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.EnableDPICorrection">
  606. <summary>
  607. <para>Gets or sets whether to enable DPI correction to improve layout rendering.</para>
  608. </summary>
  609. <value>true, to enable DPI correction; otherwise false.</value>
  610. </member>
  611. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.HideInsignificantPartsOnlyInTimeSpanMask">
  612. <summary>
  613. <para>Gets or sets whether TimeSpan masks should hide optional segments.</para>
  614. </summary>
  615. <value>false to hide optional segments in TimeSpan masks; otherwise true.</value>
  616. </member>
  617. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.LegacyDefaultTheme">
  618. <summary>
  619. <para>Specifies a legacy default theme which the application should use.</para>
  620. </summary>
  621. <value>A legacy default theme.</value>
  622. </member>
  623. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.MakeGetWindowReturnActualFloatPanelWindow">
  624. <summary>
  625. <para>Gets or sets whether the Window.GetWindow() method should return the floating window’s position in relation to the main window’s position (where the DockLayoutManager manager is placed).</para>
  626. </summary>
  627. <value>true to return a floating window’s related prosition; otherwise false.</value>
  628. </member>
  629. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.MaskUpdateSelectionOnMouseUp">
  630. <summary>
  631. <para>Gets or sets whether editors should automatically update their selection to highlight a selected mask part that a user can edit.</para>
  632. </summary>
  633. <value>true, to update editor selection to highlight a selected mask part that a user can edit; otherwise, false.</value>
  634. </member>
  635. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.PrioritizeIListSourceInDiagramDataBinding">
  636. <summary>
  637. <para>Specifies whether the DiagramControl’s data binding engine prioritizes the IListSource interface over the IEnumerable.</para>
  638. </summary>
  639. <value>true, to prioritize the IListSource interface; false, to prioritize the IEnumerable interface.</value>
  640. </member>
  641. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.RenderPDFPageContentWithDirectX">
  642. <summary>
  643. <para>Gets or sets whether to render page content with DirectX.</para>
  644. </summary>
  645. <value>true, to enable DirectX page content rendering; false, to render page content with GDI/GDI+. The default is true.</value>
  646. </member>
  647. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.SchedulerAppearanceStyle">
  648. <summary>
  649. <para>Gets or sets the SchedulerControl UI style.</para>
  650. </summary>
  651. <value>By default, Outlook2019.</value>
  652. </member>
  653. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.ShowSchedulerDateNavigationPanel">
  654. <summary>
  655. <para>Specifies whether to display the Date Navigation Panel by default.</para>
  656. </summary>
  657. <value>true, to display the WPF Scheduler’s Date Navigation Panel by default, otherwise, false.</value>
  658. </member>
  659. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.TrackBarEditIsMoveToPointEnabled">
  660. <summary>
  661. <para>Gets or sets whether TrackBarEdit should increment or decrement its value when a user clicked a line next to the thumb.</para>
  662. </summary>
  663. <value>true to increment or decrement TrackBarEdit value when a user clicks a line next to the thumb; otherwise false.</value>
  664. </member>
  665. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseDateNavigatorInDateEdit">
  666. <summary>
  667. <para>Specifies whether to use the <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator"/> control to render the <see cref="T:DevExpress.Xpf.Editors.DateEdit"/>‘s dropdown window.</para>
  668. </summary>
  669. <value>true to use the DateNavigator in the DateEdit‘s dropdown; otherwise, false.</value>
  670. </member>
  671. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseFriendlyDateRangePresentation">
  672. <summary>
  673. <para>Gets or sets whether the Between Dates and On Dates date operators are used.</para>
  674. </summary>
  675. <value>true, to use the Between Dates and On Dates date operators; otherwise, false.</value>
  676. </member>
  677. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyCalendarInDateNavigator">
  678. <summary>
  679. <para>Gets or sets whether the legacy calendar is used in the <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator"/>.</para>
  680. </summary>
  681. <value>true, to use the legacy calendar; otherwise, false.</value>
  682. </member>
  683. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyColumnFilterPopup">
  684. <summary>
  685. <para>Gets or sets whether the legacy drop-down filter is used.</para>
  686. </summary>
  687. <value>true, to use the legacy drop-down filter; otherwise, false.</value>
  688. </member>
  689. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyDeleteButtonInButtonEdit">
  690. <summary>
  691. <para>Gets or sets whether to use the legacy Null Value button in the ButtonEdit editor and its descendants.</para>
  692. </summary>
  693. <value>true, to use the legacy Null Value button; otherwise, false.</value>
  694. </member>
  695. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyFilterEditor">
  696. <summary>
  697. <para>Gets or sets whether the legacy filter editor is used.</para>
  698. </summary>
  699. <value>true, to use the legacy filter editor; otherwise, false.</value>
  700. </member>
  701. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyFilterPanel">
  702. <summary>
  703. <para>Gets or sets whether to use the legacy filter panel.</para>
  704. </summary>
  705. <value>true, to use the legacy filter panel; otherwise, false.</value>
  706. </member>
  707. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyQueryIntervalCalculation">
  708. <summary>
  709. <para>Specifies whether to calculate <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryStart"/> and <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryEnd"/> individually for each <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>‘s occurrence.</para>
  710. </summary>
  711. <value>true, to calculate QueryStart and QueryEnd individually for each occurrence; false, to use the pattern’s QueryStart and QueryEnd for changed and deleted occurrences.</value>
  712. </member>
  713. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacySchedulerCellDecoration">
  714. <summary>
  715. <para>Specifies whether to use decoration panels to draw the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>‘s elements.</para>
  716. </summary>
  717. <value>true, to use the legacy mechanism affected by the CellControl’s customization properties; false, to use decoration panels.</value>
  718. </member>
  719. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacySchedulerTimelineViewMode">
  720. <summary>
  721. <para>Specifies whether to revert to the legacy Timeline view.</para>
  722. </summary>
  723. <value>true, to revert to the legacy Timeline view; otherwise, false.</value>
  724. </member>
  725. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLightweightBarItems">
  726. <summary>
  727. <para>Gets or sets whether optimized mode should be enabled for all items. This property should be set at the application’s startup before loading bar components.</para>
  728. </summary>
  729. <value>true to enable optimized mode for all items; otherwise false.</value>
  730. </member>
  731. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLightweightTemplatesInStandardButtons">
  732. <summary>
  733. <para>Gets or sets whether the dx:ButtonThemeKey resource containing the Button template should use the ResourceKey=ButtonControlTemplate.</para>
  734. </summary>
  735. <value>true, to use ResourceKey=ButtonControlTemplate in the dx:ButtonThemeKey resource; otherwise false.</value>
  736. </member>
  737. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseRibbonDeferredPageMerging">
  738. <summary>
  739. <para>Gets or sets whether to enable a ribbon’s deferred page merging.</para>
  740. </summary>
  741. <value>true to merge ribbon’s page content only when a user opens the page; otherwise, false.</value>
  742. </member>
  743. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedMessageBoxInServices">
  744. <summary>
  745. <para>Gets or sets whether to use the ThemedMessageBox instead of DXMessageBox in WindowService, DialogService, and WindowedDocumentUIService.</para>
  746. </summary>
  747. <value>true, to use the ThemedMessageBox; otherwise, false.</value>
  748. </member>
  749. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedWaitIndicatorInSplashScreen">
  750. <summary>
  751. <para>Specifies whether to revert to the Wait Indicator control that uses the theme resources.</para>
  752. </summary>
  753. <value>true, to revert to the Wait Indicator control that uses the theme resources; otherwise, false. The default value is false.</value>
  754. </member>
  755. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedWindowInServices">
  756. <summary>
  757. <para>Gets or sets whether to use the <see cref="T:DevExpress.Xpf.Core.ThemedWindow"/> instead of <see cref="T:DevExpress.Xpf.Core.DXWindow"/> in WindowService, DialogService, and WindowedDocumentUIService.</para>
  758. </summary>
  759. <value>true, to use the <see cref="T:DevExpress.Xpf.Core.ThemedWindow"/>; otherwise, false.</value>
  760. </member>
  761. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.ValueAfterDeleteInNumericMask">
  762. <summary>
  763. <para>Specifies whether editors set the 0 (zero) or null value after the last digit is removed.</para>
  764. </summary>
  765. <value>A mode that specifies whether editors set the 0 (zero) or null value after the last digit is removed.</value>
  766. </member>
  767. <member name="T:DevExpress.Xpf.Core.DXBindingResolvingMode">
  768. <summary>
  769. <para>Lists values that specify how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions.</para>
  770. </summary>
  771. </member>
  772. <member name="F:DevExpress.Xpf.Core.DXBindingResolvingMode.DynamicTyping">
  773. <summary>
  774. <para>The DXBinding, DXCommand and DXEvent markup extensions interpret their expressions that allows them using dynamic typization, so you do no need to cast values.</para>
  775. </summary>
  776. </member>
  777. <member name="F:DevExpress.Xpf.Core.DXBindingResolvingMode.LegacyStaticTyping">
  778. <summary>
  779. <para>The DXBinding, DXCommand and DXEvent markup extensions compile their expressions thus using static typization, so you do need to cast values.</para>
  780. </summary>
  781. </member>
  782. <member name="T:DevExpress.Xpf.Core.LegacyDefaultTheme">
  783. <summary>
  784. <para>Lists legacy default themes.</para>
  785. </summary>
  786. </member>
  787. <member name="F:DevExpress.Xpf.Core.LegacyDefaultTheme.DeepBlue">
  788. <summary>
  789. <para>The DeepBlue legacy default theme. The theme was default in the v16.1 WPF Controls and prior.</para>
  790. </summary>
  791. </member>
  792. <member name="F:DevExpress.Xpf.Core.LegacyDefaultTheme.Office2016White">
  793. <summary>
  794. <para>The Office2016White legacy default theme. The theme was default in the v20.1 WPF Controls and prior.</para>
  795. </summary>
  796. </member>
  797. <member name="T:DevExpress.Xpf.Core.ValueAfterDeleteMode">
  798. <summary>
  799. <para>Lists the values that specify the <see cref="P:DevExpress.Xpf.Editors.NumericMaskOptions.ValueAfterDelete"/> property.</para>
  800. </summary>
  801. </member>
  802. <member name="F:DevExpress.Xpf.Core.ValueAfterDeleteMode.Null">
  803. <summary>
  804. <para>When a user removes the last digit, the editor value becomes null.</para>
  805. </summary>
  806. </member>
  807. <member name="F:DevExpress.Xpf.Core.ValueAfterDeleteMode.ZeroThenNull">
  808. <summary>
  809. <para>When a user removes the last digit, the editor value becomes 0 (zero). If a user presses the Backspace or Delete key to remove this zero, the editor value becomes null.</para>
  810. </summary>
  811. </member>
  812. </members>
  813. </doc>