DevExpress.Data.Desktop.v20.1.xml 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <assembly>
  4. <name>DevExpress.Data.Desktop.v20.1</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. <para></para>
  168. </summary>
  169. <value></value>
  170. </member>
  171. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Max">
  172. <summary>
  173. <para>Gets the maximum value of the video property.</para>
  174. </summary>
  175. <value>An <see cref="T:System.Int32"/> value that specifies the maximum value of the video property.</value>
  176. </member>
  177. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Min">
  178. <summary>
  179. <para>Gets the minimum value of the video property.</para>
  180. </summary>
  181. <value>An <see cref="T:System.Int32"/> value that specifies the minimum value of the video property.</value>
  182. </member>
  183. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Name">
  184. <summary>
  185. <para>Gets the name of the video property.</para>
  186. </summary>
  187. <value>A <see cref="T:System.String"/> value that specifies the name of the video property.</value>
  188. </member>
  189. <member name="E:DevExpress.Data.Camera.DeviceVideoProperty.PropertyChanged">
  190. <summary>
  191. <para>Occurs when a property value changes.</para>
  192. </summary>
  193. </member>
  194. <member name="M:DevExpress.Data.Camera.DeviceVideoProperty.ResetToDefault">
  195. <summary>
  196. <para>Resets the video property value to its default.</para>
  197. </summary>
  198. </member>
  199. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.SteppingDelta">
  200. <summary>
  201. <para>Gets the step size for the video property. The step size is the smallest increment by which the property can change.</para>
  202. </summary>
  203. <value>An <see cref="T:System.Int32"/> value that specifies the step size for the video property.</value>
  204. </member>
  205. <member name="P:DevExpress.Data.Camera.DeviceVideoProperty.Value">
  206. <summary>
  207. <para>Gets or sets the current setting of the video property.</para>
  208. </summary>
  209. <value>An <see cref="T:System.Int32"/> value that specifies the current setting of the video property.</value>
  210. </member>
  211. <member name="T:DevExpress.Data.Camera.DeviceVideoSettings">
  212. <summary>
  213. <para>Provides access to the video properties on a video capture device.</para>
  214. </summary>
  215. </member>
  216. <member name="M:DevExpress.Data.Camera.DeviceVideoSettings.#ctor(DevExpress.Data.Camera.Interfaces.ICameraDeviceClient)">
  217. <summary>
  218. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Camera.DeviceVideoSettings"/> class with the specified settings.</para>
  219. </summary>
  220. <param name="client">An ICameraDeviceClient object that processes the video stream received from a video capture device.</param>
  221. </member>
  222. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.BacklightCompensation">
  223. <summary>
  224. <para>Provides access to the video property that specifies the backlight compensation setting.</para>
  225. </summary>
  226. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the backlight compensation setting.</value>
  227. </member>
  228. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Brightness">
  229. <summary>
  230. <para>Provides access to the video property that specifies the brightness, also called the black level.</para>
  231. </summary>
  232. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the brightness, also called the black level.</value>
  233. </member>
  234. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.ColorEnable">
  235. <summary>
  236. <para>Provides access to the video property that specifies the color enable setting.</para>
  237. </summary>
  238. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the color enable setting.</value>
  239. </member>
  240. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Contrast">
  241. <summary>
  242. <para>Provides access to the video property that specifies the contrast.</para>
  243. </summary>
  244. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the contrast.</value>
  245. </member>
  246. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Gain">
  247. <summary>
  248. <para>Provides access to the video property that specifies the gain adjustment.</para>
  249. </summary>
  250. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the gain adjustment.</value>
  251. </member>
  252. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Gamma">
  253. <summary>
  254. <para>Provides access to the video property that specifies the gamma.</para>
  255. </summary>
  256. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the gamma.</value>
  257. </member>
  258. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Hue">
  259. <summary>
  260. <para>Provides access to the video property that specifies the hue.</para>
  261. </summary>
  262. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the hue.</value>
  263. </member>
  264. <member name="E:DevExpress.Data.Camera.DeviceVideoSettings.PropertyChanged">
  265. <summary>
  266. <para>Occurs when a property value changes.</para>
  267. </summary>
  268. </member>
  269. <member name="M:DevExpress.Data.Camera.DeviceVideoSettings.ResetToDefaults">
  270. <summary>
  271. <para>Resets the video properties to their defaults.</para>
  272. </summary>
  273. </member>
  274. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Saturation">
  275. <summary>
  276. <para>Provides access to the video property that specifies the saturation.</para>
  277. </summary>
  278. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the saturation.</value>
  279. </member>
  280. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.Sharpness">
  281. <summary>
  282. <para>Provides access to the video property that specifies the sharpness.</para>
  283. </summary>
  284. <value>A <see cref="T:DevExpress.Data.Camera.DeviceVideoProperty"/> object that is the video property specifying the sharpness.</value>
  285. </member>
  286. <member name="P:DevExpress.Data.Camera.DeviceVideoSettings.WhiteBalance">
  287. <summary>
  288. <para>Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin.</para>
  289. </summary>
  290. <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>
  291. </member>
  292. <member name="N:DevExpress.Data.Controls">
  293. <summary>
  294. <para></para>
  295. </summary>
  296. </member>
  297. <member name="T:DevExpress.Data.Controls.ControlRows">
  298. <summary>
  299. <para></para>
  300. </summary>
  301. </member>
  302. <member name="F:DevExpress.Data.Controls.ControlRows.Selected">
  303. <summary>
  304. <para>The Chart Control visualizes data rows that are selected within a source control.</para>
  305. </summary>
  306. </member>
  307. <member name="F:DevExpress.Data.Controls.ControlRows.Source">
  308. <summary>
  309. <para>The Chart Control visualizes a source control&#39;s all data rows.</para>
  310. </summary>
  311. </member>
  312. <member name="F:DevExpress.Data.Controls.ControlRows.Visible">
  313. <summary>
  314. <para>The Chart Control visualizes data rows that the source control filters.</para>
  315. </summary>
  316. </member>
  317. <member name="T:DevExpress.Data.Controls.ControlRowSource">
  318. <summary>
  319. <para></para>
  320. </summary>
  321. </member>
  322. <member name="M:DevExpress.Data.Controls.ControlRowSource.#ctor">
  323. <summary>
  324. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Controls.ControlRowSource"/> class with the default settings.</para>
  325. </summary>
  326. </member>
  327. <member name="P:DevExpress.Data.Controls.ControlRowSource.Control">
  328. <summary>
  329. <para>Gets or sets the control that provides its data rows to another control.</para>
  330. </summary>
  331. <value>The control that provides its data rows to another control.</value>
  332. </member>
  333. <member name="P:DevExpress.Data.Controls.ControlRowSource.ControlRows">
  334. <summary>
  335. <para>Gets or sets the type of rows that the source control provides.</para>
  336. </summary>
  337. <value>The type of rows that the source control provides.</value>
  338. </member>
  339. <member name="E:DevExpress.Data.Controls.ControlRowSource.PropertyChanged">
  340. <summary>
  341. <para>Occurs every time any of the class&#39; properties has changed its value.</para>
  342. </summary>
  343. </member>
  344. <member name="M:DevExpress.Data.Controls.ControlRowSource.ReloadRows(System.Boolean)">
  345. <summary>
  346. <para>Reloads data rows from the source control.</para>
  347. </summary>
  348. <param name="raiseList">The value indicating whether the PropertyChanged event should be raised.</param>
  349. </member>
  350. <member name="T:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs">
  351. <summary>
  352. <para></para>
  353. </summary>
  354. </member>
  355. <member name="M:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs.#ctor(DevExpress.Data.Controls.ControlRows)">
  356. <summary>
  357. <para>Initializes new instance of the <see cref="T:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs"></see> class with the specified settings.</para>
  358. </summary>
  359. <param name="changedRows">The value indicating the currently provided data row type.</param>
  360. </member>
  361. <member name="P:DevExpress.Data.Controls.ControlRowSourceChangedEventArgs.ChangedRows">
  362. <summary>
  363. <para>Returns the type of changed rows.</para>
  364. </summary>
  365. <value>The type of changed rows.</value>
  366. </member>
  367. <member name="T:DevExpress.Data.Controls.ControlRowSourceChangedEventHandler">
  368. <summary>
  369. <para>Represents the method that will handle the <see cref="E:DevExpress.Data.Controls.IControlRowSource.Changed"/> event.</para>
  370. </summary>
  371. <param name="sender">An object of any type that triggers the <see cref="E:DevExpress.Data.Controls.IControlRowSource.Changed"/> event.</param>
  372. <param name="e">Event arguments that provide data for the <see cref="E:DevExpress.XtraPrinting.PrintingSystemBase.PrintProgress"/> event.</param>
  373. </member>
  374. <member name="T:DevExpress.Data.Controls.IControlRowSource">
  375. <summary>
  376. <para></para>
  377. </summary>
  378. </member>
  379. <member name="E:DevExpress.Data.Controls.IControlRowSource.Changed">
  380. <summary>
  381. <para>Occurs every time the data source is changed.</para>
  382. </summary>
  383. </member>
  384. <member name="M:DevExpress.Data.Controls.IControlRowSource.GetRows(DevExpress.Data.Controls.ControlRows)">
  385. <summary>
  386. <para>Returns data rows of the specified row type.</para>
  387. </summary>
  388. <param name="rows">The requested row type.</param>
  389. <returns>Data rows of the specified row type.</returns>
  390. </member>
  391. <member name="P:DevExpress.Data.Controls.IControlRowSource.RowSource">
  392. <summary>
  393. <para>Returns the data row source.</para>
  394. </summary>
  395. <value>The data row source.</value>
  396. </member>
  397. <member name="N:DevExpress.Data.TreeList">
  398. <summary>
  399. <para>Contains classes that provide the TreeList control functionality common to multiple platforms.</para>
  400. </summary>
  401. </member>
  402. <member name="T:DevExpress.Data.TreeList.TreeListNodeBase">
  403. <summary>
  404. <para>Serves as a base for classes that represent TreeList nodes.</para>
  405. </summary>
  406. </member>
  407. <member name="M:DevExpress.Data.TreeList.TreeListNodeBase.#ctor">
  408. <summary>
  409. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.TreeList.TreeListNodeBase"/> class.</para>
  410. </summary>
  411. </member>
  412. <member name="M:DevExpress.Data.TreeList.TreeListNodeBase.#ctor(System.Object)">
  413. <summary>
  414. <para>Initializes a new instance of the <see cref="T:DevExpress.Data.TreeList.TreeListNodeBase"/> class with the specified content.</para>
  415. </summary>
  416. <param name="content">An object that specifies the node&#39;s content. This value is assigned to the <see cref="P:DevExpress.Data.TreeList.TreeListNodeBase.Content"/> property.</param>
  417. </member>
  418. <member name="M:DevExpress.Data.TreeList.TreeListNodeBase.CollapseAll">
  419. <summary>
  420. <para>Collapses all child nodes.</para>
  421. </summary>
  422. </member>
  423. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.Content">
  424. <summary>
  425. <para>Gets or sets the node&#39;s content.</para>
  426. </summary>
  427. <value>An object that specifies the node&#39;s content.</value>
  428. </member>
  429. <member name="M:DevExpress.Data.TreeList.TreeListNodeBase.ExpandAll">
  430. <summary>
  431. <para>Expands all child nodes.</para>
  432. </summary>
  433. </member>
  434. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.HasChildren">
  435. <summary>
  436. <para>Gets whether or not the node has a child node(s).</para>
  437. </summary>
  438. <value>true if the node has a child node(s); otherwise, false.</value>
  439. </member>
  440. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.Id">
  441. <summary>
  442. <para>Uniquely identifies the current tree node.</para>
  443. </summary>
  444. <value>The current node&#39;s unique identifier.</value>
  445. </member>
  446. <member name="M:DevExpress.Data.TreeList.TreeListNodeBase.IsDescendantOf(DevExpress.Data.TreeList.TreeListNodeBase)">
  447. <summary>
  448. <para>Indicates whether the current node belongs to the specified branch node.</para>
  449. </summary>
  450. <param name="node">The <see cref="T:DevExpress.Data.TreeList.TreeListNodeBase"/> object.</param>
  451. <returns>true if the specified branch node contains the current node; otherwise, false.</returns>
  452. </member>
  453. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.IsExpanded">
  454. <summary>
  455. <para>Gets or sets whether or not the node is expanded.</para>
  456. </summary>
  457. <value>true to expand the node; otherwise, false.</value>
  458. </member>
  459. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.IsFiltered">
  460. <summary>
  461. <para>Gets whether the node is filtered or not.</para>
  462. </summary>
  463. <value>true the node is filtered; otherwise, false.</value>
  464. </member>
  465. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.IsVisible">
  466. <summary>
  467. <para>Gets whether the treelist node is visible.</para>
  468. </summary>
  469. <value>true, if the current node is visible; otherwise, false.</value>
  470. </member>
  471. <member name="E:DevExpress.Data.TreeList.TreeListNodeBase.PropertyChanged">
  472. <summary>
  473. <para>Occurs every time any of the <see cref="P:DevExpress.Data.TreeList.TreeListNodeBase.Content"/> and <see cref="P:DevExpress.Data.TreeList.TreeListNodeBase.IsExpanded"/> properties have changed their value.</para>
  474. </summary>
  475. </member>
  476. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.RowHandle">
  477. <summary>
  478. <para>Gets the row handle that identifies the node.</para>
  479. </summary>
  480. <value>An integer value that specifies the row handle.</value>
  481. </member>
  482. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.Tag">
  483. <summary>
  484. <para>Gets or sets the data associated with the node.</para>
  485. </summary>
  486. <value>An object that contains information associated with the current node.</value>
  487. </member>
  488. <member name="P:DevExpress.Data.TreeList.TreeListNodeBase.VisibleIndex">
  489. <summary>
  490. <para>Gets the node&#39;s position within a View among visible nodes.</para>
  491. </summary>
  492. <value>An integer value that specifies the node&#39;s position among visible nodes. -1 if the node is hidden.</value>
  493. </member>
  494. <member name="N:DevExpress.Printing">
  495. <summary>
  496. <para>Contains classes that provide the basic printing functionality.</para>
  497. </summary>
  498. </member>
  499. <member name="T:DevExpress.Printing.PrinterItem">
  500. <summary>
  501. <para>Provides settings for a printer.</para>
  502. </summary>
  503. </member>
  504. <member name="M:DevExpress.Printing.PrinterItem.#ctor(System.Printing.PrintQueue,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
  505. <summary>
  506. <para>Initializes a new instance of the <see cref="T:DevExpress.Printing.PrinterItem"/> class with specified settings.</para>
  507. </summary>
  508. <param name="printQueue"></param>
  509. <param name="isFax"></param>
  510. <param name="isNetwork"></param>
  511. <param name="isDefault"></param>
  512. <param name="isOffline"></param>
  513. </member>
  514. <member name="M:DevExpress.Printing.PrinterItem.#ctor(System.String,System.String,System.String,System.String,System.String,DevExpress.Printing.Native.PrintEditor.PrinterStatus)">
  515. <summary>
  516. <para>Initializes a new instance of the <see cref="T:DevExpress.Printing.PrinterItem"/> class with specified settings.</para>
  517. </summary>
  518. <param name="fullName"></param>
  519. <param name="displayName"></param>
  520. <param name="location"></param>
  521. <param name="comment"></param>
  522. <param name="printerDocumentsInQueue"></param>
  523. <param name="status"></param>
  524. </member>
  525. <member name="P:DevExpress.Printing.PrinterItem.Comment">
  526. <summary>
  527. <para>Gets a comment about a printer.</para>
  528. </summary>
  529. <value>A string that specifies the comment about the printer.</value>
  530. </member>
  531. <member name="P:DevExpress.Printing.PrinterItem.DisplayName">
  532. <summary>
  533. <para>Gets the printer display name.</para>
  534. </summary>
  535. <value>A string that specifies the printer display name.</value>
  536. </member>
  537. <member name="P:DevExpress.Printing.PrinterItem.FullName">
  538. <summary>
  539. <para>Gets the printer full name.</para>
  540. </summary>
  541. <value>A string that specifies the printer name.</value>
  542. </member>
  543. <member name="P:DevExpress.Printing.PrinterItem.Location">
  544. <summary>
  545. <para>Gets the printer location.</para>
  546. </summary>
  547. <value>A string that specifies the printer location.</value>
  548. </member>
  549. <member name="P:DevExpress.Printing.PrinterItem.PrinterDocumentsInQueue">
  550. <summary>
  551. <para>Gets information on documents in the print queue.</para>
  552. </summary>
  553. <value>A string that specifies the documents in the print queue.</value>
  554. </member>
  555. <member name="P:DevExpress.Printing.PrinterItem.PrinterType">
  556. <summary>
  557. <para>Gets the printer type.</para>
  558. </summary>
  559. <value>The printer type.</value>
  560. </member>
  561. <member name="P:DevExpress.Printing.PrinterItem.Status">
  562. <summary>
  563. <para>Gets the printer status.</para>
  564. </summary>
  565. <value>A string that specifies the printer status.</value>
  566. </member>
  567. <member name="N:DevExpress.Xpf.Core">
  568. <summary>
  569. <para>Contains common utility classes used by WPF controls and components from DevExpress.</para>
  570. </summary>
  571. </member>
  572. <member name="T:DevExpress.Xpf.Core.ApplicationThemeHelper">
  573. <summary>
  574. <para>An abstract class that provides access to an application&#39;s theme settings.</para>
  575. </summary>
  576. </member>
  577. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.ApplicationThemeName">
  578. <summary>
  579. <para>Gets or sets the name of the theme applied to the entire application.</para>
  580. </summary>
  581. <value>A <see cref="T:System.String"/> value that specifies the theme name.</value>
  582. </member>
  583. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.ConfigurationUserLevel">
  584. <summary>
  585. <para></para>
  586. </summary>
  587. <value></value>
  588. </member>
  589. <member name="M:DevExpress.Xpf.Core.ApplicationThemeHelper.SaveApplicationThemeName">
  590. <summary>
  591. <para>Saves the current theme name to the application configuration file.</para>
  592. </summary>
  593. </member>
  594. <member name="M:DevExpress.Xpf.Core.ApplicationThemeHelper.UpdateApplicationThemeName">
  595. <summary>
  596. <para>Loads the theme name from the application configuration file.</para>
  597. </summary>
  598. </member>
  599. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.UseDefaultSvgImages">
  600. <summary>
  601. <para></para>
  602. </summary>
  603. <value></value>
  604. </member>
  605. <member name="P:DevExpress.Xpf.Core.ApplicationThemeHelper.UseLegacyDefaultTheme">
  606. <summary>
  607. <para>Specifies whether the application should use the legacy default theme (&quot;DeepBlue&quot;).</para>
  608. </summary>
  609. <value></value>
  610. </member>
  611. <member name="T:DevExpress.Xpf.Core.CompatibilityMode">
  612. <summary>
  613. <para>Lists the values that specify the compatibility settings version.</para>
  614. </summary>
  615. </member>
  616. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.Latest">
  617. <summary>
  618. <para>The DevExpress WPF controls function like in the latest version.</para>
  619. </summary>
  620. </member>
  621. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v17_2">
  622. <summary>
  623. <para>The DevExpress WPF controls function like in v17.2.</para>
  624. </summary>
  625. </member>
  626. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v18_1">
  627. <summary>
  628. <para>The DevExpress WPF controls function like in v18.1.</para>
  629. </summary>
  630. </member>
  631. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v18_2">
  632. <summary>
  633. <para>The DevExpress WPF controls function like in v18.2.</para>
  634. </summary>
  635. </member>
  636. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v19_1">
  637. <summary>
  638. <para>The DevExpress WPF controls function like in v19.1.</para>
  639. </summary>
  640. </member>
  641. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v19_2">
  642. <summary>
  643. <para>The DevExpress WPF controls function like in v19.2.</para>
  644. </summary>
  645. </member>
  646. <member name="F:DevExpress.Xpf.Core.CompatibilityMode.v20_1">
  647. <summary>
  648. <para>The DevExpress WPF controls function like in v20.1.</para>
  649. </summary>
  650. </member>
  651. <member name="T:DevExpress.Xpf.Core.CompatibilitySettings">
  652. <summary>
  653. <para>Provides access to compatibility settings.</para>
  654. </summary>
  655. </member>
  656. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowEditTextExpressionInFormatRule">
  657. <summary>
  658. <para></para>
  659. </summary>
  660. <value></value>
  661. </member>
  662. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowEditValueBindingInInplaceEditors">
  663. <summary>
  664. <para>Gets or sets whether the GridControl&#39;s logic of getting/setting the editor&#39;s value is enabled.</para>
  665. </summary>
  666. <value>true, if the GridControl&#39;s logic of getting/setting the editor&#39;s value is enabled; otherwise, false.The default value is true.</value>
  667. </member>
  668. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowGlyphRunRenderingInInplaceEditors">
  669. <summary>
  670. <para></para>
  671. </summary>
  672. <value></value>
  673. </member>
  674. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.AllowRecyclingRibbonItems">
  675. <summary>
  676. <para></para>
  677. </summary>
  678. <value></value>
  679. </member>
  680. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.CompatibilityMode">
  681. <summary>
  682. <para>Gets or sets the controls&#39; compatibility mode.</para>
  683. </summary>
  684. <value>A compatibility mode.</value>
  685. </member>
  686. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.ConvertOccurrenceToNormalWhenDragBetweenResources">
  687. <summary>
  688. <para>Specifies whether a recurring appointment is converted to a normal appointment when an end-user drags and drops it to another resource.</para>
  689. </summary>
  690. <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>
  691. </member>
  692. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.DXBindingResolvingMode">
  693. <summary>
  694. <para>Gets or sets a value that specifies how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions.</para>
  695. </summary>
  696. <value>Any of the <see cref="T:DevExpress.Xpf.Core.DXBindingResolvingMode"/> enumeration values.</value>
  697. </member>
  698. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.EnableDPICorrection">
  699. <summary>
  700. <para></para>
  701. </summary>
  702. <value></value>
  703. </member>
  704. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.LegacyDefaultTheme">
  705. <summary>
  706. <para>Specifies a legacy default theme which the application should use.</para>
  707. </summary>
  708. <value>A legacy default theme.</value>
  709. </member>
  710. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.MakeGetWindowReturnActualFloatPanelWindow">
  711. <summary>
  712. <para></para>
  713. </summary>
  714. <value></value>
  715. </member>
  716. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.MaskUpdateSelectionOnMouseUp">
  717. <summary>
  718. <para></para>
  719. </summary>
  720. <value></value>
  721. </member>
  722. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.RenderPDFPageContentWithDirectX">
  723. <summary>
  724. <para>Gets or sets whether to render page content with DirectX.</para>
  725. </summary>
  726. <value>true, to enable DirectX page content rendering; false, to render page content with GDI/GDI+. The default is true.</value>
  727. </member>
  728. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.SchedulerAppearanceStyle">
  729. <summary>
  730. <para>Gets or sets the SchedulerControl UI style.</para>
  731. </summary>
  732. <value>By default, Outlook2019.</value>
  733. </member>
  734. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.TrackBarEditIsMoveToPointEnabled">
  735. <summary>
  736. <para></para>
  737. </summary>
  738. <value></value>
  739. </member>
  740. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseDateNavigatorInDateEdit">
  741. <summary>
  742. <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"/>&#39;s dropdown window.</para>
  743. </summary>
  744. <value>true to use the DateNavigator in the DateEdit&#39;s dropdown; otherwise, false.</value>
  745. </member>
  746. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseFriendlyDateRangePresentation">
  747. <summary>
  748. <para>Gets or sets whether the Between Dates and On Dates date operators are used.</para>
  749. </summary>
  750. <value>true, to use the Between Dates and On Dates date operators; otherwise, false.</value>
  751. </member>
  752. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyCalendarInDateNavigator">
  753. <summary>
  754. <para>Gets or sets whether the legacy calendar is used in the <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator"/>.</para>
  755. </summary>
  756. <value>true, to use the legacy calendar; otherwise, false.</value>
  757. </member>
  758. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyColumnFilterPopup">
  759. <summary>
  760. <para>Gets or sets whether the legacy drop-down filter is used.</para>
  761. </summary>
  762. <value>true, to use the legacy drop-down filter; otherwise, false.</value>
  763. </member>
  764. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyDeleteButtonInButtonEdit">
  765. <summary>
  766. <para>Gets or sets whether to use the legacy Null Value button in the ButtonEdit editor and its descendants.</para>
  767. </summary>
  768. <value>true, to use the legacy Null Value button; otherwise, false.</value>
  769. </member>
  770. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyFilterEditor">
  771. <summary>
  772. <para>Gets or sets whether the legacy filter editor is used.</para>
  773. </summary>
  774. <value>true, to use the legacy filter editor; otherwise, false.</value>
  775. </member>
  776. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacyFilterPanel">
  777. <summary>
  778. <para>Gets or sets whether the legacy filter panel is used.</para>
  779. </summary>
  780. <value>true, to use the legacy filter panel; otherwise, false.</value>
  781. </member>
  782. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLegacySchedulerCellDecoration">
  783. <summary>
  784. <para></para>
  785. </summary>
  786. <value></value>
  787. </member>
  788. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLightweightBarItems">
  789. <summary>
  790. <para></para>
  791. </summary>
  792. <value></value>
  793. </member>
  794. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseLightweightTemplatesInStandardButtons">
  795. <summary>
  796. <para></para>
  797. </summary>
  798. <value></value>
  799. </member>
  800. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedMessageBoxInServices">
  801. <summary>
  802. <para>Gets or sets whether to use the ThemedMessageBox instead of DXMessageBox in WindowService, DialogService, and WindowedDocumentUIService.</para>
  803. </summary>
  804. <value>true, to use the ThemedMessageBox; otherwise, false.</value>
  805. </member>
  806. <member name="P:DevExpress.Xpf.Core.CompatibilitySettings.UseThemedWindowInServices">
  807. <summary>
  808. <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>
  809. </summary>
  810. <value>true, to use the <see cref="T:DevExpress.Xpf.Core.ThemedWindow"/>; otherwise, false.</value>
  811. </member>
  812. <member name="T:DevExpress.Xpf.Core.DXBindingResolvingMode">
  813. <summary>
  814. <para>Lists values that specify how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions.</para>
  815. </summary>
  816. </member>
  817. <member name="F:DevExpress.Xpf.Core.DXBindingResolvingMode.DynamicTyping">
  818. <summary>
  819. <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>
  820. </summary>
  821. </member>
  822. <member name="F:DevExpress.Xpf.Core.DXBindingResolvingMode.LegacyStaticTyping">
  823. <summary>
  824. <para>The DXBinding, DXCommand and DXEvent markup extensions compile their expressions thus using static typization, so you do need to cast values.</para>
  825. </summary>
  826. </member>
  827. <member name="T:DevExpress.Xpf.Core.LegacyDefaultTheme">
  828. <summary>
  829. <para>Lists legacy default themes.</para>
  830. </summary>
  831. </member>
  832. <member name="F:DevExpress.Xpf.Core.LegacyDefaultTheme.DeepBlue">
  833. <summary>
  834. <para>The DeepBlue legacy default theme. The theme was default in the v16.1 WPF Controls and prior.</para>
  835. </summary>
  836. </member>
  837. <member name="F:DevExpress.Xpf.Core.LegacyDefaultTheme.Office2016White">
  838. <summary>
  839. <para>The Office2016White legacy default theme. The theme was default in the v20.1 WPF Controls and prior.</para>
  840. </summary>
  841. </member>
  842. </members>
  843. </doc>