From 9f217ef22bdcc60f1d322edcf127f002995a632e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Nov 2024 13:17:43 +0000 Subject: [PATCH] Pages update --- index.json | 4 +- ...tail-reports-with-detail-report-bands.html | 4 +- ...master-detail-reports-with-subreports.html | 4 +- ...web-master-detail-data-member-property.png | Bin 31040 -> 18009 bytes ...r-detail-drop-fields-for-detail-layout.png | Bin 43822 -> 38813 bytes ...aster-detail-insert-detail-report-band.png | Bin 21158 -> 40098 bytes .../images/eurd-web-master-detail-result.png | Bin 21450 -> 22399 bytes sitemap.xml | 3864 ++++++++--------- 8 files changed, 1937 insertions(+), 1939 deletions(-) diff --git a/index.json b/index.json index 0814c353ee..913d079627 100644 --- a/index.json +++ b/index.json @@ -8687,12 +8687,12 @@ "reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html": { "href": "reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html", "title": "Master-Detail Report with Detail Report Bands | DevExpress End-User Documentation", - "keywords": "Master-Detail Report with Detail Report Bands This tutorial illustrates how to display hierarchical data in a master-detail report using nested Detail Report bands. This technique is effective if your data source contains a master-detail relationship. Another technique is described in the following topic: Master-Detail Reports with Subreports). Create a new report or open an existing one. Bind the report to the required data source and set up a master-detail relationship as described in the Bind a Report to a Database topic. Drop the required data fields from the Field List onto the Detail band. Click Insert Detail Report Band to create a Detail Report Band. Select the Detail Report band and select the master-detail relationship's name in the Data Member property's drop-down list. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Note You should drag-and-drop fields from the category corresponding to the master-detail relationship to correctly generate the detail report's data. Otherwise, the report will display only the first record of the detail table as many times as there are records in this table. Customize the report's appearance and format values. Switch to Preview to see the resulting report." + "keywords": "Master-Detail Report with Detail Report Bands This tutorial illustrates how to display hierarchical data in a master-detail report using nested Detail Report bands. This technique is effective if your data source contains a master-detail relationship. Another technique is described in the following topic: Master-Detail Reports with Subreports). Create a new report or open an existing one. Bind the report to the required data source and set up a master-detail relationship as described in the Bind a Report to a Database topic. Drop data fields of the main table from the Field List onto the Detail band. Right-click the report and select Insert Band→DetailBand to create a Detail Report Band. Select the Detail Report band and select the master-detail relationship's name in the Data Member property's drop-down list. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Note You should drag-and-drop fields from the category corresponding to the master-detail relationship to correctly generate the detail report's data. Otherwise, the report will display only the first record of the detail table as many times as there are records in this table. Customize the report's appearance and format values. Switch to Preview to see the resulting report." }, "reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html": { "href": "reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html", "title": "Master-Detail Reports with Subreports | DevExpress End-User Documentation", - "keywords": "Master-Detail Reports with Subreports This tutorial demonstrates how to create a master-detail report using the Subreport control. This approach is useful if your data source does not contain master-detail relationship or you prefer to store master and detail reports in different files. Another approach is described at Create a Master-Detail Report (Use Detail Report Bands). Create a Master Report Create a new report or open an existing one to use it as a master report. Bind the report to a required data table. Drop the required data fields from the Field List onto the Detail band. Create the Detail Report Add one more blank report to use it as a detail report. Bind it to data. For instance, use another table of the same database as for the master report. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Add parameter to the detail report. Select the Parameters section in the Field List and click Add parameter. Click the Edit button for the created parameter and specify the parameter's Name and Type as well as disable the Visible property. Switch to the Properties panel, expand the the control's Tasks category and click the Filter String property's ellipsis button. In the invoked Filter Editor, construct an expression where the required data field is compared to the created parameter. To access the parameter, invoke the drop-down list on the right and select Parameter. Click Save | Save As in the designer menu to save the detail report to the server-side report storage. In the invoked standard Save dialog, specify the folder and file name. Embed the Subreport Click the corresponding tab in the bottom left corner of the Design Surface to switch back to the master report. Drop the Subreport control from the Toolbox onto the Detail band. Expand the Subreport Tasks category and select the previously saved detail report in the Report Source URL property's drop-down list. You can double-click the added subreport to open the detail report. Bind the subreport's parameter used as a filter criterion to the master report's corresponding data field, which serve as a source of the parameter value. To do this, expand the Data category, select the Parameter Bindings section and add a new parameter binding. In the binding properties list, specify the data field to which you want to bind a subreport parameter and the name of the parameter that you want to bind. If required, customize the report's appearance and format values. View the Result Switch to Print Preview to see the resulting report." + "keywords": "Master-Detail Reports with Subreports This tutorial demonstrates how to create a master-detail report using the Subreport control. This approach is useful if your data source does not contain master-detail relationship or you prefer to store master and detail reports in different files. Another approach is described at Create a Master-Detail Report (Use Detail Report Bands). Create a Master Report Create a new report or open an existing one to use it as a master report. Bind the report to a required data table. Drop the required data fields from the Field List onto the Detail band. Create the Detail Report Add one more blank report to use it as a detail report. Bind it to data. For instance, use another table of the same database as for the master report. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Add parameter to the detail report. Select the Parameters section in the Field List and click Add parameter. Click the Edit button for the created parameter and specify the parameter's Name and Type as well as disable the Visible property. Switch to the Properties panel, expand the the control's Tasks category and click the Filter String property's ellipsis button. In the invoked Filter Editor, construct an expression where the required data field is compared to the created parameter. To access the parameter, invoke the drop-down list on the right and select Parameter. Click Save | Save As in the designer menu to save the detail report to the server-side report storage. In the invoked standard Save dialog, specify the folder and file name. Embed the Subreport Click the corresponding tab in the bottom left corner of the Design Surface to switch back to the master report. Drop the Subreport control from the Toolbox onto the Detail band. Expand the Subreport Tasks category and select the previously saved detail report in the Report Source URL property's drop-down list. You can double-click the added subreport to open the detail report. Bind the subreport's parameter used as a filter criterion to the master report's corresponding data field, which serve as a source of the parameter value. To do this, expand the Data category, select the Parameter Bindings section and add a new parameter binding. In the binding properties list, specify the data field to which you want to bind a subreport parameter and the name of the parameter that you want to bind. Customize the report's appearance and format values. Switch to Print Preview to see the resulting report." }, "reporting-for-web/articles/report-designer/create-reports/multi-column-reports.html": { "href": "reporting-for-web/articles/report-designer/create-reports/multi-column-reports.html", diff --git a/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html b/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html index 62fc558c43..ff9144b95c 100644 --- a/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html +++ b/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html @@ -102,10 +102,10 @@

Master-Detail Report with
  • Bind the report to the required data source and set up a master-detail relationship as described in the Bind a Report to a Database topic.

  • -
  • Drop the required data fields from the Field List onto the Detail band.

    +
  • Drop data fields of the main table from the Field List onto the Detail band.

  • -
  • Click Insert Detail Report Band to create a Detail Report Band.

    +
  • Right-click the report and select Insert Band→DetailBand to create a Detail Report Band.

    Select the Detail Report band and select the master-detail relationship's name in the Data Member property's drop-down list.

    diff --git a/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html b/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html index 4db4ee685c..1ae3aedf48 100644 --- a/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html +++ b/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html @@ -145,12 +145,10 @@

    Embed the Subreport

  • Bind the subreport's parameter used as a filter criterion to the master report's corresponding data field, which serve as a source of the parameter value. To do this, expand the Data category, select the Parameter Bindings section and add a new parameter binding. In the binding properties list, specify the data field to which you want to bind a subreport parameter and the name of the parameter that you want to bind.

  • -
  • If required, customize the report's appearance and format values.

    +
  • Customize the report's appearance and format values.

  • -

    View the Result

    Switch to Print Preview to see the resulting report.

    -

    diff --git a/reporting-for-web/images/eurd-web-master-detail-data-member-property.png b/reporting-for-web/images/eurd-web-master-detail-data-member-property.png index d4c300cdf308c1cd009f003da947de915fad70a8..66adbb4ace7609f82e74ab6473d3e089390ff283 100644 GIT binary patch literal 18009 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 literal 31040 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

    aDIp;Z zW*|hVp(Wnj+Kayyq!BlZ3J~~U*YoMy+)j&dx|`-SD-=E4(m8T;+F?)U#!17NRnvNF zaqbM%E;-Kr=TD)h7CqD7=3zkF_6l|TsYg3feTGt=4QX&O3eR_yFNCvA>Vp+dV5)Mx zf8xmNMu_>pfZd<~V0Br5dy+;5GT{+nfH^ z2#E6iQabC8!Ynwd9Mm1B zbcHp&zv!mSala#pkH>zmq0hoJM|8{lbBXwJ)AVZ!$&259O^B(x7;xy7SrVYyb-&2E z988|y>Y*<&#pS-6s@Bqx$}KrSf7vT@rAlcpi1RMz=KQGsHFgJQ*lNtr=+%+b*k_%? zj?#ej9qF9mBh6tJPVH0OR~LjyQKT10RNLxFh6pG)5H`k6V*j25I$|!do;;99AEH+R z&>(CvwFD@<>xOaq*@tKTGKD9tg(N}r^m>b~?+9r(y(3v^T@#e%Ij*u=6`ZX3DecAm zJApz)b=t|Am4>dLja8YJ&?>t;$v0A}y{wNI~D|HnQq}eMCV1a9fAK$W?w@C}3p1 zF&K4fjzM3=7Wcqrd}0ukJX`wy6=L`~VL!A(!V;edxVj2$$=vaJ|D#V|Ag=Nox$4L_ zksGi%>7Us6j9V(d=e9nG&<@k&-Donr-|~nhw&e{? zlK4RR0e9zkvtY94Bb|RgeWabxaoO=9j99 zw#_3^Z9NPPQ(GK8|GeNs!#(K8&*@s|bAB?kt-H&L?=HO=a(VM~Y5C)ChjO0@CjAiiK5QnsQRbXpoeg;%i8EOC>&SP9fR{mR?&1H5=KXK}6q^ynp64$lQPd$N3R!Jnw{8n>hRb(|2*VB@D`OYo qFS>q-%X6?pRoD1S><3UQ=NIY(hD6lD(q!Rh#C^Gkm_k`2zyAZeO=$E0 diff --git a/reporting-for-web/images/eurd-web-master-detail-drop-fields-for-detail-layout.png b/reporting-for-web/images/eurd-web-master-detail-drop-fields-for-detail-layout.png index 893d30b9d4896afa96ee8d6bb1b79196e03dce25..1e2900943b38a21fa7b58c831ce935ce2eb5592e 100644 GIT binary patch literal 38813 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 diff --git a/reporting-for-web/images/eurd-web-master-detail-insert-detail-report-band.png b/reporting-for-web/images/eurd-web-master-detail-insert-detail-report-band.png index d301c43e3f55157c3caf7e24eb68078d91c05f16..41a1216b088ba6b9fc08b2d793d24e7918d2a831 100644 GIT binary patch literal 40098 zcmagG1zc3!+BPmAAR&l!mq@1q(kTe2UQHH^MN?-t4{Bz3%(Eu65lLpzv1uAvy{Ay?gf_%Dj?Px_1wWS|8KZL0pK zN59^gf5<6l!A8Ecc}1n5AeOP%Ky&{GDIx;e6RpP&)IyhGlb6CSL}xw5WipPu$>+Uq zlh={ ziI*aLv48|QqDz+!`MD;U*rD*AiV0|C_J@4&hqA zK9VlkC>BNsCw*dY)-c`T`RL~#hM$0QFoi}kL1ei(BEaj4qSnraR!eOG&=olqDrW7P zabU?$|t7$_gP1s$8`wYRwtgvfkaK>=x`7m8R#_#I+!I(~x z(8g}e1+M4FqwqJ;T1Q)3&Np^N?|h5NQfPD2YbkJ$XXi_j-(?*kl&N3m=pG(KO7F}ZrZmzOfR_Tt;vFi#g zxz`$rv+eUEGv%*g#zz|$LpF+sGOZ3;c^=2JV-5-)2buNoZc~)nuJ+`{iJf_OtHkua zSEhpxv-=rBug1-=QPB>y+jc?ayK+Ep2nAP@bwBM-;`(|m0eC3kllXCVFxzB;6Df(VkZ|g^9S@3F&9QPD zc7@Kv?#{zIs00PI&|Ms^L+P^CY__HBBH?op%@@d)GgV&op(BWRa&i)?Ut%#^bIR^@ z*~|PDTjYj=k58k&Se;F`A!q;^F3l9WN$tv`3cq~u2y?BH&Cq0LyR)51I=QGl1%_`Nx4CQ}YCipGG@CX*gI`5=_lVZNhRw$~InO>2uTMF( z*QI9X<@!J(rSpRK!GZOqhmpPg377^2QG-U$+v2{WhO4dYWKVH9aC+E9r%0OhVv8@W z^!J^)`e{9TyS4A}ff%s}N<4q9M3O{Ef-eF2hXe=fEO7Pb^InY&Q|*V#otYfY2Mfi; z#ZwjLur=Psu&9v{6~>ffkMr5{r9gJsQIAS&jhfJLdic^+dGe$jPtu+dEG<0G+fy~h z4GCXf%b8H0PK)zUwAgHnxHo|wsPN(Qi5TCZzU@~&XMI<`(Mjo5XT9j7vOStd?>kv$ zVq$1WCg5l>maj29T&yR-s8wVCVZ2b=ZhasUdY!)>8p)#Z7-#TnT%s~hqqq z`0kNY8ltr(%n(m%psydaR<}7_x&K>UBrzdD(5MG*)IM9}?l6Q^^QTs&y zOEaG#6{{2~^ECmuCYt%|-*UpOucf3=vcM#Th}>0`$DHoXl77JSJvp)eaQNx7T~|y! zJZjiiNZwg+#iBwXd0FzqlpODy@`@U!aujKE=e%IIV2s_*CQUNGiG#(EnV>c%5jB<` zE+z(YSEx^x>&lOQ<^C*L_;6WU*hapY)Ry)g7YT4c6fHQ5hMG?P}}SynjB=_8^`K+@#`S*`VebtNC~# zgsyUTwzkrKb2v6O)(dt$A3`DIda%&!N8$R4?X4pSoyvJn0XjN5KECP?zq2-u7yT%= z0`;qk3_8D?VaIxWdjhWP2!kyxFex(Gx$J$j5Bwz2?7C6Vgk|h2mb>!ua;JF@UVi>7 zu!x7l)v(@fRd)Kr)8!K^vKLgy9?^$4Wl1Aew<4cgkFQQu&}&|n<-%7B{{46%NglVx zK4nJJ8h)E4$=Ge>y%)KZhHV2?Npj%$71|rN@+ya}aQM`m^Y!XABoA81Z>?K$zz0jb zL&y-k3Gc$)JsS5tWI6k>`##yYr|#fvE(LeNdln&AW%I zSn_q>EPhw{efh-?AGbK<@g;m@-Z}xzeBxfkWX+Du4!!*c3qZZK1^V#t-(ytH&{8B=^k;~>S=xZ?f7CCj165}do zrCd;@zHXDXBmW85JGTp>X*Uh1QrK}~*u~QZVQ}T%?ev4x$7gJnqOIe8{{9Tb>PWHJ zyQH`?NGl||l;94VmIB?n3T?1MB}}-+Ed*F${YO*vWr*@?`FxvOSw;5QK@U;&g{OmI z7ne2`^Ek_=e8oHEW>jv|jf?A@Xs4HxC`6N{aKiJ++!|XiA z8rEft%e%%r+(I)$+LKHKy$Y4sok%xZ(N@$0m`NFH>S{*7-VZ+W;MLTqOi1wFk0h5( zzx#U#wo51Ya;rO+02*|%;@r^K2Dx=HSdW;I^mwgTPu)Fie3V#9F{*91yXQvKMON%- z%TF2`NmdnS(@(J|hMhQgJ$w7gZySL?)Wd8niep(m~2 zpTWJYy^7keZZ3|lX6_HKF+LyBZp^a%yd_#qk2-Ulaf%qWx`!S{P$LnE0tsqF3S2nl zgxLv<`8BVICWQ%!-BY_UlkjJSN!?r| z8(69A8ctT_L}R7)FU}+Q-e27uTuf>tZ>{9Ei%a{f>czx*B_TlTZ^lKZq4`=W+N0jXuBfZH>cr z)alqOr@8i02CKyK6PRwSVpBl-7=Le4W|uzWrnyMl6&mXse%A;TKZ9 zJSGF)05UvL*G-TXkt(DsEN0L#?=fG?cqey*aN*&pO>j|&Ik?RCRDaN#J_2c1T?J|P zc+~RCxhuJL@SPR>c6oalMD6&+RTUU*Ze7w4HEV1*ic!Qd_}6j5u9Fy$9>4U>Xi{~n z+ZbKpDzeuCBBu3J_QC~|j&Z#<-n}-#|9GGTAS++5zN*!l7Ux~?f$u_!1SK%X{8{TevI58=)nm6ke-EO;f6UB^AS*Rx4|0yMfThrW&=8S1R@U8%tJ8Re0?o>|o!@t{ zDFn+u#-I8`JI&8tG^0{pY-Ve_ovH61xz2mA#`9X$xEy0kefpXcf;*jEe2u!_`2s-Ec(_r3f6~#wt;@}X(dO4O8%?1Vf)dnPr0#4$Px7NQBZk+dVK|#`upA6lT|kY zqm35oGzrB1nEfWFyMTmg-g5&99( zawZWCRk4fg0BPL+=H+LUhiPeP0G2)TxH@5PxX^F;f@UT)hul{GxJ!bB;mB%v0xveD_lJ|q6fSN$l z2+4k%cz1i9UhHvw)_AkZPAe7Uyc(&NmY!}@hzc?wyl~WkG8c?Tz^+qgHQ$iWvb~RZ z{MkDQTpNSc)>r|vFE0JtSJcTwUGU32l0wvwlKQIkgcmyBT)eQ^ZkMe0 z`Ez6!>wY8bj!@T~^W)U>>Ni85v4#DaZf^Iz*fmNsP7X2ulqW^c)#JC}n1=A>X6bUh zTdC`^8VSi$l{xL_otMPFJMa@(IW{b9sd7+CIvA6wmX(poRV|2vUVH+O!B&vXTCmXO z?+5anvqfPYG*78%!~x;RE|+6>)@lCZa7OoPZ?vx0t;6UK5np@uUO_#oUi|&YET*^C zg3zV=o$3GMiR4}9=Qf|*Jz9u%lL{gFiB43q$C*Yfml43e$K#E65bjlZvAJF@FKHz> z7IRksaUIs7@WOE?rri0ZH*#shFL-*vo7rFqLy6~F|GYt^&3$!DhBJ9rl`ha|XQBiu z`90%6CyMRgBmUQuRWA_qP{Usk#`jw__jIbGGsh2gqC5l6WtIQi8iB7G8rZU!ezVGX z7?kZj6a(3nU9O0^%MAcsKxjejf=AgmqQ3&<->LGi+j<%FC%AI_Isc3gJ|_yCo~F@s z{OgMUKG-U8#Y@SVT`u|s#rQuTM~Zcwb-2VM*j% z&bPe1Du2CkWLL6N6s9 zZPckf>+gf*sZ_{T3J<2%7~D$TFD+E8uPo4^Wj#A`-Ohkl+3si=!>n<%-urFs(Dm=UaH0EbazavGcHn+uT@~SpW5gU^(Q+c z_SK)yU3ZXL-5e*ww2I$1izA`uG@MPD1B73>wZd45_@|_o;N##N4oOqKiF=+4D2AS% z-W47@o`T0tNhgqaJ_CMT{4$VWcn_fxQRDI(KIO(p*m)`75ot?nVbT;X=d(_&t*vFH zr45&B@d3E>-^uuFQxJRsHT9Y-H6mo!v6!hkyf|D2Io0#DSkRU^RJ+=q(Poimt`|-P zzLE0n?raRDr%MH2-5d`_L`3`^9xfzNm;ew6cDE0^Tg3JfAd!{O9l(;IVgd*l$;>*iWFneuLGzoT&+ z7Cc|+S#ALCeAEKOSehsy8QIN@YnKY4xNXCgSLt(Nuyw-Ls6JX{ zRzc5Ix-D$2J)gO5x|KfPm6olIw7dN){9-h{^X+4~BBAe!np8QT7>-9#KE-r7o!R`o zMAGL||M$W&5IOu;egh*c&Mi;Crj;YRxA{9egsGYp`@FP|8Ku;x)h#pk8!lN0^hNVw z&i{B420NrGc@MpQ1tH`ZMP{GtEwx6}VDtME#_bu68{5rWFx&baI3OxM@VKQIo*>}sTVhN6OdQe8>MA<`gRr{V4b%B2eEP!TK{m*WAimokTdyu! z67Cj?IOL6iA7p9G8=A-$MsdFGWQeV?)besL#5vKA1uQIvg+x9(smK{?Fp2QVmfzCl zU+#qw-eSqaOH7*nYA<`EO6JT=je|LWCO{I}+oKjZSRO!=(1{c>ya?eX1Su+Q>3!?h zhwxGl=H$X!KIt(;PdJk~iV@juRaD|GTB@WwTAmP50mM+q+JzMFHxN6a1 zNO)nh)CjxXhnJ#t5!fY=M}9bBSJnQBwwxE!^={{IDPvs6tpFes4@?G3O5qz_paFOz zp{mf!gZVw_HWbu>Kdr%m6JNqEe+P9v^xTE0MW!EoVYgJJ-x$5S?~liM3#TdYY?n|xs_ zhFqhqc`@B!Ddwo#IAO<@1?uKdz~^~|@vaA+33B|a@w+_h9Y40uTw>e1syGIveqti| zv*>7gP@Ry7v(C#K^H~LQn%*UZ+qe@xlxqglqE3P1OIt4$3E@_SVd;bzC-@0zn!y7jA_ zcXm>bM)w+f_4({Pdn3PLk27Z)iz+;N9K*C;bv{R+4)dUaOVA!Shn62cbdDFze=(b_ao~5f@H$vX{W$$I-SvDnn9}{gJK1xp!X)IB zVbkNh!eXv&bFE(lloz~F$6X4uiQ;A`#9Th9ys*Z6{Ozc@itbN~cHd)-9N|lqkY7EK zKx%Wpy>d{wKHCjugvLYx);5YkSPGb&fC@7N-31W2V!+ZyfsFfJQ5{+J3zMohzTQ0| z6e!WXuilG#p*i}_L{CscvOh7wzhr-<_h(8XNuo-6kt7UtUUI%VUSky{o+>{ywtot+ z2jO2(G9EF@*p=XQlAs1uc=fxeV~q^z=+46eE`m)VLt;|fv*2BU$4)=T{IOOuW>abE zqUm%{A*CqoRFET~I<>g}mVp1H>}#v!_4^%mq6o$D zkYQ<84HBENXkQ#uoY1ecCpp8QUQdc)(y7H`g>3;v{w`af{%N+J7B z4)Nt*u=__XkQsBs6D9oe35ol$|9ayLNSk@{khPmqC5Vm-9S@J{JHfv(FZ#0Vt&7qZ zwXJhP^RawII&}L)0Vh>D-5RBz{|m3~{G$r(>*T_2&*zIEc~Q_8(NR%nb8h>&vO0Lf z1rbMIyjj#97y?w1{1?|!%~O2?aTje0S_d*alRt0VezZAR$iE(!l-Q30nTYKn=rJ{H zqW1RBp)RX;vDZb;_KE5!T#a8ujpuBZLcMO=X}?W7JMPcj0%E4;y3~etLz=Ig{T9>; z_+~=Zo6%hsi@A-Zv#S`Je^RqAUcspIQGe6w=32L|C!y6?ntLZUSycN*-P2-^`6|KQ z4yX|y50}~j;i&`4E+Bo1>gA?GK&-BD+5_9eccf78$KUfqgPeyl>H1H*$L;RUxzO9Cc$y7ek15__CkiN%%XD0Daq zHg5g{3ga)0;7^JdE@7xII`H$=>9nQ%&D zfbu~xlD*+qr%-1IWl>zhxeczD(dM~6uU_w+rQ46;wG%YgCoXUKw;FGbdg-IaTT!0K zQM$!HeSIT_U!QhcTS&R0-#R;2;cbl#6E-K+dDt_80V5?`(?*ohH*>|@l!J?9ga}spf>?SQ4^g7ZatRf=Xg4MM-%G1{HDz1%)U#wR&R`HCr!=f_O~MH7^1&csqhzo|ts=?YScqnfJ0x($13Q)Ot+n=(?_T>n?Uo4qajGEX7yM42c z{v?#Xq^J*hf0A6(;Ed}~J}Mb9^{-H$)8@1j)y@bm9^ox`Q~ACBt!2oKx3myfM|kMW z3T}D*nCrEqc}s*t|K_nxm4kLAj})dexeT3wwpp@4rDv?^rD+qnKqFT|$avhSe!j%3 zWL)mG>o*lTTK+!mQ%8FeQObp=WVIjk3=6bSZYD=Gud`lC^%Ltq^xFN}msEB*=2rRH z;`*GYqXQfB86|av3qrwVUro99>0^Q0quvf8JfFvum4(bq{6km80=oBUsQ_26ZV^?* zr1I{kd|#4OY~(b9tw=i;N52qeDkm-r&9rp>LO1#17cs@0JpV`8pn=Iqh*J~29Sg>| z21=jwRlwG94jF~Vg0^`}S&w=p2f~LAbqX4cC}rjupH=Lskq@Z}8*ASk_i3m<#yv8e zvT|F{pqHp$Wdhh)bbp0EIhMc`0FQAG^@w> z-1M^(xVaN`4?5wZ00S?kp?8{PrSL6_K?CpZxOX`pZm`EI4<8?$N_SiHh*p7*?Ig9) zm}BHGcjssE^qwRYdl&HBl>~47K$c zOo1A(pELhD4j%Vk1LDF6F%1#Y$3BG=Tsv4MmwzET%rfcznKO4Tktd?A;Bl_7vIx(O>u-M*Du}T>zNh;mn1Lt=h;V7o^0m+MLlFxo46mMp8 z`6){2Jte0m@ogEoF$1Hqh_U%{cP_7c;$OnBDZ~tZb#^P-I{rB2NKP2B3br9wrXKSU z4I%NCBDXAqUiBavCZFwR4$ggGp=Mw??e|66+KR|ok@V#A>w7^s_d=4v50CTSa+Mxs z@A=r_mxun&7_l8Sl`_5@m*hEHWOyg^y}EQK3bPr zYGS&Op~P3r=GPETM#Z$YV!c)sc$R!?Z(n}ZpOHAB?$FehC~SEYsY&1N{!=rOB?{0V z=wm+pn&{PB(V6_(@?|@n@G=Bynu6TuN!8@QfZjTkj zHxxYp3dfUwOI!b;Yuy{%Gt&44)UQUvnsz-}9d~56E47dvB|3wbGV3vcG8TXSw(nLFTHPHWmuDkI% zk`5^r#^-#Hawm$)S5w7sF)qUKzlr>xR~nuH74dKJsHs;+!8_uSaede4i05z!c<1Zg z$Ikf;5C!DNf5SYxt{Zt-S@iwLHN<}qO+Y#U*Zka;2Fxyzh*^agO>P=BfdG18$$x8$ z&yoGw*Y{e4Uq<=AE7f22gQR&JYeMGEWDu0K7i4Z#p0AL3J!HL@=w<=+=*Z@ONv6mw zeAaMo*AU{JAG1Vk41fBU&JPz<@s$Nrz;9Osh`PRUQ&a(Q>InJoQvh%&@&{ZVQT_p! z(l^_(lmEH-0i?AOT2x1SN{<9-bfAUKYv<0ZA!>lF3rM#cHZfO+?X2^odDktLdM@ zXl8&e0Q5J%O(2#1Qm=K~g`0LRS0diT^Ss1g2854-%jDlu-yg;Kpo3PEc~;u0F5^=! zAnQ>p(T^G}UZwZZ5vl@eHDzAJs#A9X)>$+r0}HTejH>CvW%n&GLMxAvVs(3Ce(Ns% zZhHeY`YoBRQ(-nLZ1;?7?QKFtmN6bjexf$Lx2 z;2IWJ5(*o1VBU0(R+x`ZOsKbU0f9suENIKQIzEppdpI`jqN6B15y_H>^5@pewVHFS zOjMMM|D8Q2+M96V%Ra{Mw5N4;1S8~W;<}z_L2wAJcA9#wr$0tobZTutXm4uDfanhu zSUO}g{SqG%r!H+?kkP*hv06})+v(8U|H-??zv8O))7n5VzN0PzUm({H%D3pQ{mKnM z5q6dZSdNs40-#jR*fpQzVTPafITNnRsJfuHp28zpZf`bX9Db^kV3!@SC~u*hbVC0M8ori`4&di~Ul$){7OiD{jNx022;usbdwBNpY z1Hngs!EaJ~EVNc2jA^(=&@8&fhEl4PF%eK=$c zA}$%b8$ zpASMqc7Et>aOQa!k5v(Wba85T>K~lpZMq6g(96Rb3tcf4lyaULG0}6|R_-_^4~Hfv zo_Z7fCbAScBr-3IJbb^W$*8AZ;mWVt!G*yaI$P&*Jd&#{O-Y%yg_i<_nV>&&66JTl zum*%xE{Y}Kb<}pF(}5}_3YT3VeDOC8D@8!M-@aQC@7=L?$NaD0vrDLpU~F)sLlsFk zIo|u`(`gK6_=9wwjJm4cnxgdm@V-|5W|+(~LnG&o}$(4bh{h3+Dm3>>7e#QeMj(Kq9E!{g$p@ zLi~5Ev14I2b$)#lIQWas*s+mQx3sm*C)B-iy(e>A%-c!Saszvm+b!pqw{&NR9=M+$ z*LKgbXGB(e%s;p?xjD{_ko6qdP;Uuzuq5ZV&ynG)kVePpEO+XkK=NCypv2|-I3Esk zDl+R|bjQ}Xu&+4peNS#zDY=dH?8~cV4(1M6)+(-nm(KTTw}N~x@6{mbUFv634#}3= zmXxI<2BHYfa^!Q|Q6igV^j@52p&HW8og{(pv5AM(U0tsZ>An1H^H@9P-lDSzQ11CL zo`)hsfxl@yU!x3&KEP1bbviHLoQHiL8moE#JX8@OZ@NHUq&H@N|EBrIz2Hih1g>2}y+sMesz7H)b4nsbw&?EPEY#MgJG}%?YrnwIU zPoiYhkd3+j-qXgrGrNqqj1KsosD7YWPPbKUDYX$0_i?APth6KL9nxC*$j6VP&@Jh( z!=yxWT%5fPdMrsvEZxOUZ+FU6spNkP?=!JC8>md_{6Va_`-XIop;&h0FN4rQ~= z+fNY3^3>!bcSeeIb>Ut~Eqy8sDhE`S@}z2f0z)l77KZgl@i^fWC40ZGUhpw_z9(7= z#4!a_)M3fkJgAHayJSz&ZRFMa4TF)?EoO{R*QrJmp@JUM2XY?2U7y?S9go?Sc`8$) zp?DpBOdeU_MT_DL5fq_M9|(jcc=S#*6MR9iFQY)%F}R%LPbx;hvFa`n*)A*%;=3)N z-=xohpdycwn#TSdoFFzHy{iu{;aW>cX|pyraLyYUFBseoSmBeH(wu5^dyRdaexTMe zTCIQjM6sLC(14=E_=Ugh-NY0&(gXwhgQVMQ`TNLkZl+%NVH$`UmY2JYyEep?v=#rT z4Anj5GsImdX_Tv~ZxX;H=DLrqh#vtw%b27*ui+}ER?jL~XJB-gN z)(==9Y)-czNfHE2&R81n1we)byY;}1sGpfR{cO%T=`adM9@;lCG>_sE?oA9#j z&{!9D#I;2FDU;W3CLdNZQk86;($QrCg9S9a^=XWYAO-2(N%e7t;<3za<*JpoQ^Lsp zfU~ob$m%z5mSXDA(HzBeus|OeUS8i-_xJBpf*PoKUw$jwhbv2{C8WVY$+N;sp8Vu_ zoh9+axC03;v^F44vCWpvEfvei6#>ya^pY^8VHempZ_lQ!Aejnat35pe4QeJOyui2+ zkb{n+_^F33RJ;C1h1r=&Z1yk=mr!7JwBbrbg;UNUjfS>S=>BpX-rUgKRo*M3RJHFX zdSXzOi8|O-xtBbFX>D&ol?~1*u<14ck0d}K9qsL@)0fBVqd`k>y%-GYRD(w?)D0pf z)dAmY0XKfzi$%hTL9Q}h_exea&NaI|kWjbY71HlGSZ%kyHjr5B1@nXq+JHhNiG&XA zRwkm)K@Usrr3;PBBN}#C*cUhdA|#;ScOXx=0aI|WK_m`~9o*qa7sscd(8*PzoAWvb zd!CziolCbWV+yw7|l^B~s*z?BueklSH3b19m-rZb=SM~vPJDDzxZI}yu+jSR9 zfy2&6E8WtR9(cV!Droa$1o+i*6cBa+N0NR0x@~I6l%f@E#RdD=pXq{4dmzpNqwM)| zh{)dTYt;t#%PqFl&s%X;wmFL5-!C1f8;k*CQABt+N2JD@f&XexWG(FOI;`nrs5?JD zAFRPIzOxNcdakZDf{#`%vhq!Vu~|KkZ1M-errpKCqET;D_mt6S=_42alSP}?NAUec zX3Yli%Y{(cQ7GkfWtmvu7(LeBA_W(Xh*GXnrr2i`JtQ=sL5O2TWH(?bG`sUfi*whhoBka>5rF4D{PeC21Mc5T`xy7CXd*MJ1d zbM;QZX?yG;vb`w6XR%2^lyZ<|CZ;0Es)1ZwC%2JOvxZHBGpFoM@s+s7ezO#?Nb)f{ zne^Mr#@k)6Ao|yXM|1RUt8c+Ba3*jMi?y{WWy;Fn4O`I|OlK3)rm%wJt9(GBN@OycDY7)~{3ve^WD*uw?7)Qo`{fZMnNUk#mPl zmsS0-qYqvJ5sp8`shPzuC{*Z^r7GOV;fj&CuuM`w zmIlbo=>v_LJ|O@nJ@k!<##5dqp6wR#M+?7np?44FOCF#Dm0s@k>$>$MH|?^FX|sVYE@UWu!NIBIEWIly_TAO(%$?G?m0#GvHxU?UXH>4JdU@9F6Y z_oMnDhg$y#FC&C6miim$o`CzCsHv%47fmZQD)zp5ak-AVW|lT(WIVZl<+fi@?`4Uz zWW;`--EHwTMWKY_)kK(*QIATlhQRHwhEcohQ?e`RAEScOL|y3L8(~PT>u=D--(E`7 z-fgjlAHGmlDGHH5ChW?f=ZTGY`o?uV(diLMac&u3J8Hb>AY$yE@m>*9lt5x8xiajb zq4WM%Ok$syYp_27H>Oui9Uh7rM>vc6QN)XW#XjDftvzHM_Qni;occDA-zYixm)GUd z>PC>IzrK*$Svi^^Po6Q=@0m?p=Xt+UQiCHN4A()38iWHx$=nmr`-e5i7w*fV`RCx1`h$62R~CL9*-A(yd4&G0ZC)H znK*;ya(aE4T76+n80a5ZaM*d^eFyzG&5 zlw_y|77IuoLOkTlPcV6w6UBP$jW=Aver6qsY+6+*Y96aS`1#^JlHP5z5m##ccdwJ5 z8!OZGh&(N$@fP9Kb=}MaHw(OmSVSB^xJLm-(7n+-La6Ee+uw4e@_=;%+alRrk5ckT z2pw>lHFk292z78Bsxgw33_ZlcQq@j$-pb8BAu=9FU~J?$&J>EOP!YroM>6pnbvO!&rXoT-Z~yk(?5+{SRV#a_3Uii$#^+ z01ZnXE5dI>eyaI1DsdMB)v9gR(N%@{_EO_S#hx2vaOh~LlXCZ5HkZptW%jKOwnm4$ z<2AYv*jj_o***c@{-(V*YuX5WNu+hrMk&XK5>YkZ_9=hh6uX}7Fm}eB@6UT(oooUp zPj~)6qCjtn_~dow;H|8zEL5#1sbBHck5evSn+s1&oE_LB<7!Gf(d!4{VGw-h+!cOa z`sF`%vYQ(Bja*KZ##qX2m5%jK>c_C%#i ze^jO}>&14=iNv*{!yztwC!fYPxmIm!kom5sbm9I=(SzoG;ndXBLZ?XNm2HE&NIK-= zI^c%5LH06Y1i~nv)64Ur?9x|2BzrKyd-GD@U zBzCba4W}G8(!dTxKKHykQGoF<)Tmho2(8-a3&33xYIJXzy0@vrO#>ZxCSrkiq+4|D zGvW~$W0yRo`&Xc@0S#UO5P(h($+&>?sH?JmFTL?56DVKz z7x)Yb2a=M`I@Pl3rqp15f4m`-pDr?U!S*{1EKH7yS&egL631Z0-t*YY)V{D>Oe;Syc65L;`mhi{!~;SE6A-QjdlrGxN@h|VBlI{?HXyzlQ3eT7!BK6_>dnrhTj zptT6w?NhsyK2bbRUEXCq^Sx=Q*#zJnA2fmi=P-Z=X5cS30|%$e8b{c3vk?YX){lcp zLQu;u8Q>ol`AiL~rkUARR~Ri$y8_n3hl!j9Kxh5Z*OQ$jvf8SV+Y90)mH)pQv660Sg}~kA;FmAo7QMmrYKdJpN%+ zq(BLMJBrbs4l)|BvI(6{7zjA+sl1u90{~ER4&Z2N9*>JfzdTHaly6dfQ;lAYTX9Z9 zLqo4hIP5omfqpYWtsl+dIFabjj&UxjP`H?~z72ZIg+81E)tZ);wj`HA(7AZ7YKxrO zHTjEhNA`JO*HDwo@mlKY$5w#*K-_>V>9d`92piZfgju9!mGyvdC zCHrO*ys(I>k+zg|fT+>&6{)NarVSiud|r2gKgSLa54XpQia_-Mg2pfZ8=IpQ8NLMG z_f7Xc1Ox_3*h}<+kbv)*hme7b!oc>L=P>=1vazuNV3KUrkfF)MVyhqL%O#mtuR@n2 zUp)hUz0$Ot90m;m7TtzA=@1H2_eEdAVr%;js2?^Zn;r7-1n3gwV6t!3s)nwBDq$4* zib6f``zI_tR&oJH$tdx`XdPD>63#AQ&+p>umwq=?E$)kM+UcyCuTGu%%lHO^fF*Rm z5*-~q4#Zosut%r`I!#0~=u=~_)BQA#t^j#f_olSeP?=o)@G2$$Ssq_kTzZ*h=e2L+ zqbC;~9UV(=#0aEm#=9rD>uJdM`qQ~!_1-?;;RAo*s*H5o9 zx2-~5h_64oHb^yon8Zp0pI&*BJ=GL8#9@4HHAhxftlg$Hne7|3u<+jF@nbl=9f%2e zM{`JZsYk6YJRIctLL6<3Exr$|iL}qBVFMnwr{n%y;Wx$ZGR}h{usY1)#PrZBvQn^7 zwIyMIgMw$+=S&{dFgDQT&+tB&p=;ZKLWIIs(Cp-t`gnaXdN~pi!re;xD8*=yMhAT* z`{&2$rS>+tZ|91L%zX)bxXQENtv@rZEpbbiSA0Od@wL7>`A|-KPw&!MbLb&PG@*ux zsdxU@yCYGSX5pD-<*7_LLJbUI2ar);(h3^@8)f)Ju;a~3Y7Co0mV=>o5!~y>=l;ezNcVaYSh7r-#%$o($NeJS^ZJ0KUo=ImN6$`~m@qqIs4|PAVe9 zkrK@UdDfQL9YG&LDMFzsTkn`p5-%~@svkB={c=+;MN#AtnhZ~@dipICncqNyS#LVsMu1aZD$Q1lsk2OlC*QZ zfb#+H&(8EY=jDf^KbDhWHzwevFxyZS6=j_TKG_aLca#+fccXO9(rU{y5@GijI-{T= zd`mn2$|!;7W89_h@UHV=KYMQAVD@3v^!CfZOYIIMk*kgL$~jlL4%(CV7E$ShKG;bD zgDtfO=Q8tNFd~&23x!96cue{QZ{0Ix8w^i2hAIa+a*}MXRkYY2{FGv5)Dd(%Q@Aug zpT~a(>uSb6S9PyS+ARN?LN)uwEiY2m7BmMD&MW-y-XM9&ivN3S(6pn@c%+mwuqRA#JK~R^lNkk9vjKZg<2O#A$ab7f`Et&+A!VjIrrV zk<$^}NG4wv^#>-R)c^}eu$f{|vSaTS85mgIf%3yznxEq;9t4-A@~ zwU`>+IPZWUD|r+f&s^u!c-e0SQjGV(3QO?n{LSUDd~$;a622toeJ;r153Jm-TIc3N zv*nkfj+=A!wOe{S3gs|oP$%hLyinI+m`rE`GP>_HUCYPc&$RCjEk*}E?p>@8!MisNIrfYu)gVD+U)8giq_Cc;;pq24 zB*|{F!4IuoQ2iB-KTnnEkkTTVh@bdLrd^;;ByaQ^FQZa4zp z>qyKlJL-^@9?;D|+V;Erd_U)UHqD#+!krjj!$j3D<$$r-yPb3S$wzyt`vodg&1s5Sdd7?3*_xYp`Kb$O_ zMxW+q!z+}dID=SFBJFUBi)k#z0qHnkQJ4ch@1xb;L$cAGnS4-`fa;-LVTPaNV|K*s z--0cCLAA7hu-JO|?R0nAX(UIna9-Ly3G_!X6ve-Z>5xX;rO2if9Mh|c_K0$}Q;Z_l zW*8~Z{W_kff3kY;6~)9JP3gu%9e4u#IA(&(H$&@Nu^j)-(#*(H0r%~MK}a`OiC#yPrh@~bhGd8ruyVWb`{jee--WQIu;irU zx=Cj^wz6VaSMcf`fNKiRUjJgCM7ghJ=<5FMV2}3ovK`It1r_xVxg2haMKnRxmikMB zfFls>t8XNUsb5c(G~XR|Qm(F(n089PoYEG=NTad829#!6;;R=%?;6<^HHKI5NPs7Q zv`B5RkRiO`?y3!8el*zur$&*lh;Eh6YjV{ zqsS9hcLf~1Q(|x1Pi_GCbP2uUvwfRHw*3RkIYqc7XL?n%O!xz4@fWb42@2zq)jgIT zK(0!c$JRD764;)ai%p25=L3~30sSj#PxV(*X#(9E`&^d$NY)oD=qF@cb<#5uQ2;`- zvCT^FABF?p=z;|{vGC(D)Qgy*bZNr3RJ}-G2NK!(-ciLNN2p?Iw+Yp=Y)@Lv-%tE-Lvl5d2o6($+B&7eBJps25mpr)|3*yMam}g*sY61xiX_Cv(72 z0Q_w;UH~D_{nhBD(gqArN4}_R0l>Nq_d)?93sI58niuG>fp_&Y2`>Nvo-71IhjqBEZD{#f@ciiz%;Pcd z;&3JlcZk21t%sRcbE4kQsW8y$m^*pN0j?a#o;k95%_P$+*7aw7eSJW+%F4=u*4S;} z5)O8@ zW+SEm)u~&!yWh0iNEzQ8L1Ep#CyCuc=_!Ndf#6-AvsLrKHI0#Vfx z{a4Gi@w=1t+M@wo(>Eu>M7Gw};L2?m2J4t#?&}jjGsb+3{|=D7Oyoo(X}l>;r@1;8 zQ_8rYCLwtgJJw6Zdpz-1B?@tIDBPVaL;bzhA8){f6fv|# zzq-`DmHo8?2<@*7sGIJo7U_7bbm6>i2Tt+~s$kbImtc8?WW9;MQUl7T0KB(jI5VI4 zH~s!>y~HSMlrif&YznTPcE#ShIex~qvRSBMNf5b!YUICK3+8&2fT@@sd?3VEXiQfj z9^??uRvx5MFgCusw_wi(G`0p__?!Vl#*=J7Eof7oJb99Wqk%4l+S>7)jm;A1+Y6EV+2LKYRtyi@A1OzXD-p+yxxnBydRDYL?3HU}fA*3O-59NqB z^(9?h`FlVg*aiUw1>3G47Woz^=lPYOjuj^7>ol-DLPOad!>{Tu)1;@i1r}ob`B?Y| zgn*BNF{@Bt8%$>C<2! zlnHuVl?!^fv}bq$gBnZ!9qX7CS*AOrel`%_1QrKTTf)F9Ny zgA_WSPre(!O7|9?ljr{~$+uKT)w*Ey_nt#wu~zOC3`cw``2P24u5L*q)%6T1=N z#K9X&Gt3R+I!rbmpnEU_lWY8Vi{F%e_WZCwc*0VgnWTUR7}c*%T#OpGzFj@ywk20S zc{xvC*3Lk+Uq!gq%kUOpHnX^YF~d1qCapcbYj;+3C*PC2yL!BL13;i`j&I{PuI)QO z_L+ke&9v~-@6!f}Q$2pGi(fTPMXbyCRQ~wDixN{b$HSL6#qxPH?uSBRIOvHE5n8|X zRoZ%vCH-TUp?~U9^_y!|G03uiyG5*qP&=1Ofup8szN^nibPxO7(q20n!99JaYXmAzqq;CRGTQap{pHl{6bkF1hpCD| zM(hqsTPp;dH|=y`_Zlz273x5!^ehh zL(}>47N;Q1@|mz*XCH;TYplJvQ(eeCBbm6>rmpCe%}=D>>i*!m%5$dv2Y8F0LTCq+ zs4kE(^4#eAoWk{tg*WHr5g{ITUy+MAZli#AG$di@<=~LFQfyc}$FUTY@nDRc<<8GJ z@_vX5NxH!fzScKM36XS?V&6YdJ>tF-pK-XmX_zZ~K-93xTjF`ioJvL0{N1C+RNg4u zjt#=(n1;HZpUSgRsjB8vlWEsDXPw^}^i`GxLu%p^BbwWH$G37h?vtDD2M zBqZtj?dqkN@2wIeUBBNYiqq-jz-;IcH}?km_0)2HtIK#)TZ215^iq>t*HgXv`#j$x zg90+0ZtDTES21Y&oD#%;@_zLk-lQZht$BY}AZISMv^(F>&a{jtK(BL{vpA?FSH4gv zv40nEmI)0Je*$0`z=S@XP$5Up#D_61O0UPJTxMS;9|?Rc9$R*O#ANlWD}{5<^ygXf zzyJKGyE4m$Ji=$7^b4#eBu zKbl{-c6S&vqIp?5pAB2I9A5;}BRVP$&V6sEq-DuwGcVB1Hz~zYX=Ath{;;I)j*s-u zh_6<mWr zTU6B7oOKKgx-g)+up{Iw#M@mkND-u~s)g(hY0>Q+D2JI860KC%6{yRdSHY2&K; z?=FysD1vxeb8l^5FTv)cEq5o(wlNQVdanMX(+p95tFy_Es#nWMnyu608LKEA-^2;0 zqe4_o9!YN|`r5Rq+Zdfa!<>{PD#)^0W`R1)`Pdn>9>C@H+kQ?bHMf^6-reiGZClaX zaD$0hhgIecWS!Yb?5fw6vpc&zFMH*WJzZN=@pB}G}dtSbjR6l#B{kGk!T zSn-_bdA=aXA9UJh=DTn9Dsq2IZKX`|Xt|wb+LJCzj{QeyT)%G{Fv7(RM>wTA#SI1fpMpg1zqMnW zExy)#Ct~@wcYD?JD=rO<7a;RTyo&KF|B^r2$$pSN^2hm}CwzsmGNOsg?MSL1AWA~p z(D7w8CBthx+wnppYU^@1s*t zE80uv$m#PT?w`beUEI^GKFZ_g6!)v}Fj$fA@IPNZ4nO5hgp4)K&${v9N^|1&@H3m0O8ajH} zso3kxWJX_-YbOe;MRJswY(RC#*<|Gm8FTMZxQN8gID%mFfTi*4WC6@QqNAhL@3DM-d_+RR0}&Xy&ZCK97c^rSqhChz>16C? z6mcGE0AD=kpkbksO=F$7Ll?)2Rww(;50A6aPBf)IK5TdRk&!sr>$c!w^ti{LCj3@8 zcFf}XxmpWh^=0y->1@(k{Vu;Ud=uB6MTIs9aySF}V2U5F@h3-df0RR!%^qedgwvp( zMSSApMFHdDyrm@@l5Wm56N5*lG8xx#?ihO2?^*C3Ir6ORENUuukEaJEOg)AfIz$B{ zQWX^xOvY!34;X%HIHWjv{=tXP!)IL3rQeE1#*X$FZGXS}j^Bz>~p5Ib~bi=*lM67SU*i%WK1E)IGMeRNaLcrUAWrNnSK*e||#b z47*?J{Pb~RP4t!)<@Dp05Db9UU_(4c znrCLo5}N^3IG-HR0avTCClXAQqw@_Rj~@$FG~IDDQIvdSShTP04r%w)C8i*$3ts}R zFK6(-#*vT#LX|1G711CH7AHtcYx0KnohUCp2pNqc5l#esX+T8%6H2l>S<}i z#HHDLyA?$-*MnNMeAL3i;@GicXm&6fG)2Vwx`kJlq`Nr`y34g6ervg9Bg%NFw~ogg zJW~cDTZfg&Pcq{wfPuEQwoS!b+pPve9r-u7E9z}1Z-;+Ts^<`-_z|3n&@3j7b(`Z& z1|ftsGM`zXIfb`{Fl?Xz=T)%H1aoLz-tyc!U{>Xg`6aLFT0NWBDcU_{S06vU@KG#L zV~4EeZxiu6)y}=O`#Cw+Q>!rSe?FR58I}r8-uJq6CE1rqLAL72%L{dG9u0RI!ZR{6 zKY;-WyqvJ=1nfCnV|{bmUe|P%xyJnh+yVmQnX#rlpvJvt!I{ym?0dhWJ-{l2> zj;R{;w^@Of?$@uEe+6&R>q!~m??o?tk^fG&^XDyw{TXu4qonlPYudJMt(A;U`mFkz z&)S(~dtH0%rQMiZFz%ng#kPEnIGe4drS+-YO*|$th~0e~16j#Invn6QuG2{kedN7z zry8m27?WzsTapPG0e$m9nsVpi6IS~iVt~TCHOu@m-yi&nI80tY$0J`M{K~8@47N!; za!{X8q1D_w6Ku;AsLWMsoX5YfuT0zTsH(d9F?WTX3a9kdUe=s7-Psud*hxGbuv0Lh z_}I{M<1B@i5pGb zqDt-;=((x~C)o=BU=I&38c~+^$=oCgn$_po|87R*ZY_;t|IBmV-t<>QB>S`jT{rS` zVsvx{zeL2VW1%~>2y)IZ;g?tF2tTQ*XzE4N82?{B!T+uQ`7-tEx$?n(8H#L=2pYNy zgE19pDJyX4i{y{3UJDXX{ttsHve}3~)e8fQ8+mtTQhDesPYhA4^x?5sn(uj<8S?eX zg%5`LR3T)f|F#aIvijir_SF-Q5XuaG3OmBiGR@ohS0U3~#oTvsvWvje7GLfqO`1jh z8UCAG`o&VnlRWtWWf3x-(5m8kJ<$LHN1UnuB)@UfS!Y`2_MIr9BAHN}9z63pL44`Z zO4Erywwv_BDhK_?VapLwx%%~O?bwI>8r_3l{$w_H`OcjFO<0|1`3`MsK)F5pyyo-D z@E|j*)O?LDt>J*&VT%|-fTN_e_+_$E0L3#3@~g{*ZCRt5|GSOH59{Nr!6oWc4*#GU zjVq=xa2+ZZS`C>$ub=IC`}RH0x$nPjh1|0O>!)^egO?~748U%q>itWXFpc?7YbyUM zf+rDnaew&FU1Tl1e)844`LD@7f9E2`hm>^8!@r+D?o~W}>6yw2y`)VI)9%GV4j`Li z7_E1g1&n=n5KSwccL3|NtEU}vBYX1Sm059+!2bQ`p;vd$BYn=XYP>_#L7ScC&rF0a zzNPREl)5~Mpv9;6s{tS%;mtQyM;CPCM*nOD9BY>a+sz<#_|J+wWrA}%D*8ydo+4Wf zq|Nf)&1TvFG<0R8Zyea~ypF2QSr=T-Fp*fQw_uB6TJ6fGS58D<8r$8+>i!6II8s;ksM64diz_a}l>#@H zd%!011s1bsqtX+!l*boQACpu}t*ouBZEeNRwa9n;;FfC6+NBw>vN!Iaaj}4m%o&@v z_oVcHJ_Uzs;&b(9_ap{V3V$>cVj!FCHBv&q%)(F-Sh>}yzt6?Go$#-vNeA zv4W0Zp|N~bIE!+;i^h^sq!%?cXks^iB7uO+u<;(ueBG88oW5V>FD7JZB?a8C69LW9 ziXCML1C3VX!~WN?g5lqh!-md)j2Se28rRbVn!>RPT54+CJ@!7$Ck^>J6^Xp*8dg?A zeU)C*yq3aBLk4VD&dr)4-F}U65*q_Jub`;dQ7lQR9m&lp_&l%_lq&qk7<=HF5p{)y zc_oI5fn!L;ES-6#m6BztMJ&=XKEDrVWv7MP+NMPHjq$~b6MBJ0~7+Bft=RN4=2aiJk9!(|=ohhT={(@y6XG_U;`<;TT&N z355XYAQf}MiWd{5+zv{5!vGs5yrjFqNez36KHq5Ib!Ic&&fl@&w%iv?17ZNSKVI72 zoEAv{TTXbU3@SaJnpD*Ex9)GIwYzcsI)}|!m)y~PNWf+8(`gd9jUA18dnqMT5~GLT za63G1y)))G(io4#wd?Ejeg=MB%|jJmq4UEe>3R80w^D@rPRlll@kj30!s}7fBzsLt zyz#+RDdJAka5;0u%I}lQ#Nki})E2f&{Nd@ho_4|j78?YWl$B*x=GwcYbIW3*0nOt0 z;|z-?hgbgvPq?(sJiA2HL~X&(F-I8UwYqYpcs1<4YlNk#yDCO}fQ@t?sIxA8J9beL z#XHS*-Bw=8yji;SlET9DHw|fz4IYqk8n`~@GCO@%-adBa-X_~##beRACI@NGS6vt` zbR76`p@*ss zh2QH(<%g^@W@Z4L|L9 zDT2&|-sYD;B+n<0vt11hs#~%VUO&_;6eOV zQR6VzTc&2}x*5|LWaX~q_|(59jmz_li9z4+QlGU~f3JTzu zX7*`G#pxkeciav3PAn(fy?{m>>D`mbufAc(eWo-huR-FY;y#sUbN%lI-W17L4GBIA z`X3OI5OR@HG&^P|UYJ5mR9m5>l7dAV5E-t2iGu%!XW>7?t^F19F$MiKc|L@5vXYV! z=b4`tFdK@^GJGyo;to?Gr@+|C1_r@HsedkKd8LpkdVlHo%gLY3xsntyqigZcn@r{Z zqexhuEM&T|y+Nep2lW;yuP;mXznpjMjF+N##lPgbZfcyybh`L;83oFD7Fz{i)94bp_L$V?*~6RoY1l;-ox zNtb{0U0$4Fh>vH|d}vnPw)!;YWZot)~lL(0FtW2MlK>2)CJuj0Dn$xARsDhIcBe*7e zXjYme<0Z?s%ZS-gxbK|qaJ=uD&j9S6QhL(sEm70A{@7z$1HlP5&zk%1Ic8mUue_7< zqi%cm_MlHm4nULs7n{enEO2p6R)hZd;o-+i%g>&II>b8q zezS44uZ~fVlP(PC%}Oq^t{7D4xD#Nu^IZ0Pdq>qu-IiVNKmI3gr>k%{=)Lawd03)T z(K(_h`AExJ=u5-q`K{Kt`B;qtz`eZEzuc^J!kelc!s`rc@ty(e?bL?~dkT0`9*Aa6daquJE z$EO&*r1zvL7Xi0T;rX3@>;AX!VRO6e*I86%nhOaE48)&p9f4cMO3r^^G`qNPOOb*2 zv#z~13je3i0@-`BjIiB7gJbk&i3>AI48)%=V)?6#!jwg8^!IzF$&nUbzhn|D{?YZ? zvM5+^$mZ>2?Z!=JJ#oel)Gv73J;=OgQ0=>CWWcM?vR-9MFI>?3%}a5=AleD_`_eb~ zM=TD}v&+#JI424?(4Qymb<#8JZ7wbpy<8a>|L}cgLG?q-)J4- zNC>KVap%H$I_6k^0nK=F!`uVYZK~_dzt*h?iT>c6E&stjb#J=Cm+F%WsSG_6keX7H zQfH{Fsq5~182W7&XtJhvwd6NUcNs?9VLwkX`YT-ScKw6DUbPIuX3|!rzLoPd2e{fG zZ6{znaQUYqtWyR!o8&X;452+p1@zcee8Q`LtgAKA_7)SvzuZ_wOU{jqW*m>o2+-*N z>(-W5FMmu|07Kc(-Qu)<>4_%^ z0sJFlNu;YmWYh<~)3CNKjkiy}Bpd5kinwq)a-*0AZQTx4}VL$8<)}Kct z+_FV(ZMn!n4F;Z%ZxHYO+_`VH0iC(`Jo2F3s-wZDq1X^LTuv?%d%$>~{{3`sI2m`t zoU{B#l^5pPfNPKMp(1|t%}Y)Lq%pJ*MIJyZsppsED9*NQ!v{Ta$EF4`1wE z$SRz?_v@#Fh8Wq^%+$1 z9SafeI3`bjtAF;MeM>lZhkGBvbOcpBV92e-z)AW6094`*2YWuyFm|+?hX50^8=5f4 zyBtv#839p)UIw?%6EG}>MaBS)go=SDTIRE?DES!*3^$@k;Ymm#*|=-KfguZZY{T)j zS-G`<>?aWI0gxFey5200Z=GgFMaXI-L@h%Haf`_B7cXBPFf4p=Fa3IhG58PTuwFp; zXU$hG<2(cGYtw|mAWShG?NrF>jI6@q((;OW0DDfKRrG>#2#gC_qaQXRrfwh(6I4Ng(Qr3x2NgFtuMm2>6c%*P`RX5{NkHtrRQb4R-tv$EE1<^ z^Py<`GVn5__jnA%A_SSVNljBZy|=S-44z=qt6~@ID-Q|Z*)FSE?q=*5a4uaVSvD?2 z!QI^*Hzr~TzI)(Jf6=+l8=iq>HX5lfUmEp!d}a04)vTHGr(~0tl0AeNuKenbs6`JZ ziTEsce>wm>D0X=3q6jLWnd`DSW>;KODZcXy3u|d7^hvZ9Uobw^nntIYkV;W{0mpMD z8%iZi7^0+E-;z@^9n3p-Cn6%n#yy;ypL+?hAkU<<5WRM%V!%B~pQ&0(xiyE%mruh$ z#`yW;Gdn9d{lmPa)Xv&+tLkwQE?L~p;vcl(Y z_;gpw>(=8!YjVT?`0zquLkGp4s|9L=Q$O(+?x zKEwj)P9E{8967Y?KUKN>R0M=AWH@|USYX(k<7@YA}T0=-ZN4f(ZQ12B52%o^3rkS;G>K={RmsL$UrEYg8{ zf)9F3R_F4X8zy0JYu;Mhbhc|ot)ldqTlYT=OK)0yE`9<%Lor6an0W6@%-0NXDhTdj6b@5Wh>ednk?SaYSyhxC~-^>yhof)1Nu zji0%JY+Kd!$Wr|C4y~1YNYh`nyB$yS7xsUg7!!;SyWIT>(N3gJmpV)`7*67dD=DA4 zeFzJ}7;OLiOZZpctqd;2UuFH{L$i-y{;uR(DKz7Y)J~n`|p1o z5L5Yi84izsUKhgTpu~{LEd9jEqc7OyF_p`PIvh9QcoG z2Nn=a2DkEU#cz!)ECvuLI;43JfCQJE8$yyQ$4jeNOJBcv!y@f2L}l#qB~1O~$*58a z%JY#O5OKdRI$UhkxNS&Pk8_5dh(R}rv(-e;!otGNj{GSh+Po+D{H6;eg~=SSRQcmK zP*C)kDUxTOUpID}Tx<>p zr_|!S52VU^51wD!5mM4cIictitee&PnxW$8p;ob7ZW=mJIMvMM6_b4}IIa#ZrjPo|WcRxE?WP zOlnireL`HEA?6p48*4{wAqH=|Mn)p!%x=xAd0OeOfJ$07-TIEC6c!M#!#X*4LPH}K zaK$?rx5-}I*X`T4yFs2$6m3&&1{Up zzlT1DO8z=sT+vU=m{n9%=#ZDgb|$*+7PiVv?JJSPTj&soPW=7jf#5N$IsPF0m4XmMIJmP2mLzbC-`V__!YeFg0hCe}(CGGoUl?|q2xXjPE)h!#?ns|@N-as;#A|_9p&LX6(jpjar7&d^EptWvm zHIOb{6cW(|9v9zdx8k|Biox;=Li%m>gSzZ4pU%ca?fA^n_MkV{oPEh00~woXO}MrX zQhZ1yPAh7Hu-ms|NX);Jq&>E!s&q`SCGMXSH%qm&e|LPPprBx39fn@ukm|^8zDg!J zcxWW=3~5(ce{%pawQLCaGquc4P#LnsVY)@{kWuMA8rO~RCxofnGMp1YYL-QYlKAor z^&c+&B>OW&ckrQFd0kowS)tf&N4MV*Vc53!=*mzKyYJK&Ryt~G#VQF@p(Lpw?(61O zvtuWvO;j>XIF(CPKL&el@*Z)MJ91g?N8^Mfr~(9ABd z;6lyr4r2UFOih0b{@>HaQbSc$T(To9!(y(wUl%y|U!z7A&fOH>i4oR~z`)l6yB9P$ zCmtFUD3Ex+@D0{|`E&QsUZ}mBrNu;WU%v=IvC=_CxLtPkoD!{~_=^(}7njxcE{d4uBsb8xduOh~=|MeC zX#MUAN;Y?SQRdi6!u_CN{piyv+r&qY~Vzg+*SleY(5qeU5wri zce$xgBpQ}VmUB=xkG~@Af2lMl*6X;0*yM{u&_{m#C;cx|kjIyB{Cg_( zaB;#E3Om34zwJK}^g233`6jmVk`vhLW)+3U%?GUoD=7ZuuKxBwLMcf8_<_%!(z;i` zHs}Ak{6~N6td(y6dme^``oA;s$!eit1qr|aSm`QlYy&&-wTro^%%!JaY(G=xYFKF1 z2u_R}ToPaiVw>#42u^)WeZK<~1s9xQ>q1cRnJEM%Bn%&RU5(6UR$3p1_t$_X{t^d< zW^ne|bda#G;K$AlG{?xQkIF{QVE5x`f_{M)`W~!~hQLBOId~Pt)v^a-TdVc)1FRR~!0;RfT?G;-QC#)-Ume)1bk?M8M5$kA!_d z7HMH)VtTN>3&OQlURS?vA5q6XY1i9fVLsn8W8st0^2kh1fVnAF_UB`7%crMD<{UrY zPe`z@KK1DW#L|T&&C)ch9`ed~XyCXMFM9qoSb->?!(bhD9j+MedWA0?(s74m=~Du^`ioh zq7|E}xqkgRLgxTyT$(`cm9E>VJp$W5;ZYnCI;X3jFsVBYmwCt3Wich z13Yvh9Jn84Ja}MhZH;@q**b%TI}yZ&ojwOJy}}+GeG~>Qs|ZM(D;$+)ClLaNY&6SO z(7`s?<05@W;%$cte#Quz^%YpE7)r^C8SG#?V(}ulrA712OWo5Gd7lhkU1-}<#659# zIXG}e*hPjW?fDBp0goRq_QD;93aYa4&W9h-n}~v}31P_G#K&Jij8=%HRG%tnjoSg= zf@dKrE9?967DFKqdHb_xN4legQ8pm9AGdX2QVH92BW!Qa`WujZZ!*@5KdG#$KAJ3f znZNJIO+gR{6nhEHo>C^D1N`Hg}+>9B3vN{r1op)SFv$sR?RByNLwJ zT&zbJBQ5=?mcv8ZVfC%&>HcB@7Sp@z7~#W78}Am=RkQJ91;yoO-!n}bnOAJ=1H~(l zN`N1q1gj%Sq0Okk;zq*RYsX4oDcRWAn3yE7u#W>~CN|rovF1=G`-5LCj+x`W14r}Y zY3S@e7C-FM;>oRfe(&jSy0R^w&^_LM`f*%h&kP?>lcb*X;V$6X5ucuSeuz>2Q?w)j!Kw^M;FEiHgQpf?ed zky!z2`vg?!mVO-d>Fb3z-J~RN4wYRY!NKx-vVsFKGV?=VK>7@}1A3Vu#}RZ?Q*&z! z;52bpm+Ac{rMHIMP0x(8kS?UMoiG@&4429Bv%Yz8VZ-Qb+d|@rnWIOseId$kn`WBQ zX1=S@dOQI;=5(QcuUfwmh&|J6}%s zMe#-*2aybpTaAoEcoA{Oz84S5z;Gbll(tx%x|;t_zEe*)d|YxN8Y&+bI-s};bG5Gw zpq$Ir&AEdm3s%i4pl(_D1xV4quHdmm`AJSm8-0al8=u+_SHAmpZ!EjY_OuSXed%?U zJPZKsubj7Xg|ROL`8LHXD`84HL@E7I@fb)mGFEup01p-veLleTfmnpZ3*sV)X{Y$F z2nNhk|3^3XKlkYpK~?@4+zfDZkFdASteU zuHDkur>Zn`8R5OmcSUmbA!d@wqFUyWB?|xyJv>8zV__3cHKuZd=u(Lt3ZpD&U%Egg z0pf|gdA9Fu4-;lGw2n>yFHb~&@r~dD@lq1Y!U4(-@em?J$ZjfU-$|*O2b&G5L01F^ zHU-KK(QuH2+xFEXmZRtE2=zWB$c(nIgC=d@Z-xfuj!~)Jrc+4sM~{MYaA=nn(ACVp z4j0B-K>or!dB$R2`^i8^B03V7uwet@fw_T*;9D%HjfM@iwcFma{O#_N68bkvUqON) zDJ%vk6=H6UF9o&pwP&_SJs$4X;A{F^CjpGZ?JMDdTYT`$EhI?kRy2oa@$$g{Zn5P~ z?`?|0_4lHL37TM{Vhkz<3b5g4*E?Q>6pJd@4QP0bVi;n7tD~p0bK%7#98H2d`>EFt zl7+T!TN!WEpJ;AqXu#TMrU?VW36;p$U`86omL{4?brKsdQ&{Pwy%(lX*k{~p5J$zM zRdpCf6^M<{NNQcCIs&M7%jV6S(Ng3wV>LGs_w!BS!MwC>W_zP7eG6t6)IBhG5JB(e zv7?Q^*j(2LrkkWqw|vsAu&{>+x$|3*Fz)b8U$UK8*v%m;TZPKeU>r|VrZK`|t1YT` zPf8Z-@ZsOI1N#s+J6lkK;5EcIRS zw6I8Hd3`upy$S?KyBEE<=A6?Zd%>>hsU2)@&bj*H#ft`6o(dvSqLXI1v(@}GMjFHp z$5VkK3L2;mj5Lo;GQ%WwzLt@?%@{p6D)ZYSBmXd5qYXV9XI$2M(?F?0h=}7ug1-2> zKP$SDW8X%2weVU-VDidcgzY}9*d@K=8cmz(P~xAf2YQAfN#KEQbVFTm%yY39tU`7FO`gDp3G%Hb`_^*~C za8G`Clswt&(j?u9uwSq*8|umwjmq$_u$MfP2S)Y;0JeyZ!G2IK9_H|8w8 zuFyZf%_hTNGj4hMmb<;Y_+z-GRS)+bKf8Xd~Pxox=r5XT+-P{sqnZU|L~ z#`2|@#Wa|z`l{NgTJqv;Kt;GSkTA6yf%34yx+Fu+Gp+hfrZnLm%@l>(nZw+-M`dGr zS{nCBe81{jp~6^xLjlRloSCWNu8gRLV-3Zom}`Jz@cIWyo!8G~`PNzD_!*^SZb#fU z?nriQm83F|TbbM5Mn@J!+6{ri2mF?B8R>HPI&(sOG(0r4x6nF7fJ(9{6dv+;+pP^##rC+teE}ugrd7#YLDvWLq*+rQc;r45 zT8z5LG5UE1XD2Qc!0l&~PjBg)ofe*|stq7hW!(C&gYqq~`HrbzWU>WuZ3yut-JTd0 zokO1p;S{f7;Si`#y60uhjp0&#fm<%R-~uLZr7Q_Ma2ORWfyrN9h++v;K;%RI7BqRr zF+pZ*)*X55B9+W;!~@wv3z0ueW{b z^Bg;HUE%x2$qacev+ab|44;3a*3WHwPpGcX$dhEwNO_Q;b~m_!wtsW{#x?#4H@at6 z4=@*-HYk!VvKWc{xCVtbqnHip4igM-PzG0FaIW>L24yh82qdO%?>M8bY`I7O91Y9$ z$9M1FuL9;x2z|qo6gvTG^JmRAJFpph|9kqjwXvD(Dj?6vg**x8^z_45eAX!1KtfW* zv}$kdj$Pat(137c=14LFuJy*Q^<|gAdwDaBBQtx6?Oa6vC~4Qm{r!s$miE0RfNN=L zD~fuS26>fSJUM%kzHg7i{H5;sb4_`_p^ZC+Hi)bkG}`iB%{a`*qJ zA&0u_i^mmhKe)L<)1X)8YNuD-4gnvr7xDv1?_|d;7ePn8&8iKa$T2`Mm>uwRCPw%-n}sY z9LdNvObn<_feip=-{boizPvzb|FCT26ViIm&`xRhOExxH30lt{o94*?Wa!9Q*HD!W zT(Ge~Oc!YKgIzGQ^#aO%IP1X!5MS95@v-#qln4Tm4Q|o5Js*UDagP$MkQQ&l?Zbxe z0R~$$vSl*m#|m(}b6!8r@HijjG5kJF8qxYbY*~gv09|q_J+%t;#yvhQ%oAow+PL>?y#l}p4t}53U7l;#0A&1vTqEg-zwWOZa=H`^kXkXz;$=-i*l^$BoGMM# z{~dM^BLSfRh|!N-aDh zBHIi+`E<-edoNP3`Oq4oW5m6u4~+2I>NHvYL-so{ zm(EBw`RwT`FK#7}BL=Ho>e{r7-w1HA#PQkf!)?>e&aGVTyQ9zuRppzn3zqrIJJXOQ zk@*Qe=@V28Kk-^IGvNA0j1Fmi`yo(2`1wYLhIBcweJ-^V<@y_@#V-w^^2CL4017a{ zOi=696GVkJ+O8q<80>K^HgGoJhilzXL*(qp+w<*NZ;9&A8n}#@idd^3R9BET)acs8 zhf5G5t6i7<-Y7Ri%)Ktmz#X;XR2Sg@$xz6YUDXKj%F zw+2p;CHV0KD_puX1+Y3}lm<-IMJcMk3!y;c*BFf^x z?or1}@$>VaVDDc3mL5K5vvd7>-u>-}x$u*q&<6qJC|N7QS z9wt~ZMfTeb{&M)l3~sz(P_=}D{G3V&P(Qpl>zKkI)H&Avs*DO| zgjGM{{A-NPKb;A78(A^FXy1~uKBfqSRMc$o;re8%QUUGN~~ z?LTlpO`Btv%%=6Sw2fKGe@uVt(2ycbg>-G<{dUs)3j+a#tBDl`(W)u{M7hIHg}GH- zTE?hsg^#=OFSy}_D^Sh$2}XlYe{jOanRokHby*rfLG6Q_GxWs6PNQW5^f31 zDA)m90)AY?vub{x^n3W8Y>u3mSm)W6quanB&bohtthko8S)90MSzX!#oP+=_=>u9i z^sudOb=s#4GQ{uEBTzjvuO*Wf1KSp|ID_a#4jYc6g%T6nB(w89czEW?o!@{CdF>SW zrq`-+ZB^Dyj6Rj8Gl+HKjgJJhUV7cqVEWDRB$d4EEawdGhJ6AXLPSpA5f8S&r50^= zG0??0hX53BASy~Vr4R~6)Y-xct{=e)1v}HQkB6`gr3(S-^>t%@3`^jh-}mHxM7f7DC&L=_pLai#7s;A` zMno=6oi&D|Q8ePh)aFP5<0H?4-WWSnJtDR>60`gc+g}mrVi(stQWQRU@&q9a6`33& z`R)ful$a!?0e-N*k{TgzBWrcM2A)2*^f(l=H8Yo;;to16<`YzIf*B!gbzDgqEzfye zRT+p=5wC<~E`6y%x49=8nHG$4KVw=`Ne$zu~Wp+DyQlrw_OUEyZY8|2>HJX367_o>6Cm0G`X;Mc* zM2|6+$($smjAk(&5^dhwF|Tfaf0iNV^}VF0OGo}NyvyF6O%a|6ZJnXU8YgSMR~qfRZCpQsr<8s?he6pNZW+FV!SGa>dsA($A^oOOe7t zO}^{Ol&SE$#+U~an<+gkM4cW`KBaZ~;STw!Vy*~Lhpq^J0glDX9PMEvrSD$byz4pR z!pNU-CMIVoh4fLYX2+ZW-&hXuwwwENmr){B0?9*vH$`{)srI@^87rVUQ2DE_?rv}m z@mX&&N4ZowDHKHYVLiEvHAC6Dk!#WOx+pa9!^3y%cJMC*IpmrfqrbqBBXPtJR^}*L zyV!c*Al37;o+%dGlt^ku2aE23(AWcDxbm&#C2g$+ zAtUdB*v%9AVR^&+4t68=#pohQD<^~*${a2pcIliX=FY(lIe*=(U>+hOB2oxL6vB5h z|m_7ut)hM1pAVX>K0lWritj;OPqh01UB2dVGtY4!70{#(c zXB_T==$~!1>MV`{K6n&2PbF5)gR*A8v5hV!J;CI8_Tw_t98IJ0K|H&mpPKBel!}qY z(cn}J2Co<2Mn(xch*5$e zQ3m#6?qs(a5~v4l>8z|7<1~^lUcKU)+Tps9+^Pg3#+=FoVS?M@858{O@iZiO62yTOn!>gT+dMfIp$A#e*X7~8@r?; zk+Gy&>mG5yc0v{gaKR0NFnbuh9ECCG$tBpjF5hefBo7}WG^mi6`k&epL>*}qaRy~m zXr1Q;3>}C%f$m+W!nb%~%Z+W#Xs$Ed9uHIX!*(-)m*Z9A(Nisy+M)t1mYtNx<~j9O z+SP-GayX}QJZqeGnzWp&&OP-!DqlfWRTX2SUE&wLOZwUBD)*_WB}k;&?0#QIQ+U`= zKETJ#PDg%K>0VBW3X%hUCaN4BxEKk{_nEz*tFWN=^rHA3wD z`?pmOW6JvE9IG(>c$249VHyl7bFTBk} zn*Q3V4-ozK@a1nU>-z;hD2CB;YT=k`@H__XKM-oN&1d@oHN{#+8hirzDT6#^W$aOP z%nbBnLU)Vi&(w5n+qO+eeO6sC8hbA?0uBXVbWf2MrBOW1RKr~#_n<-Xsz`&cNX5~a zDkhP<_Z7)B8K1IJa(%B8^W2#{lwUw@(OIa$9f5Mot{rS_Y#0JEFzkKM9I!&KI1T#% z4*l-6*E6sO0z@BO&&Ao_e=a&86lLJQc?Kno>!D}*9{yym)7Y{52i^AH8NR246+*Ym zXhpmnFx)^%nVYXpP{QOy6VEP4i3d=Ztrv;U=VCZsItBX9@w+r4VtP)EZ!ap}&`00S z?+F^Qymu|rqxur{(VnNdb=1GsKpgdkg|Oa@Tfxm>J|tNtlFX4o61tndF}JYYPawU=MgcSi$@dL{?uer5WN zB1bNLS=V`xyrz1WT{Qozeb#&px>VXWL}Dervmus3o};K=%Kwc?%?`_`!W~xp6numT z607*cU84(9qtxh~#R9q54SfG%A8zl`LLS-i9riv3reCxma3?&i z6QlY-OC(&jp*OO+cz^s;x&E4EtCR8r`ZG1VtZy-nrEI}2(5g4{d=)|h^pP4hS+xG+ zC{aNVH{#ExS2Y3hVnD5zmI^_`JEp9ha|?Xc zyi#tSsD@mAJ(u-^(R@asTE;}(1Ey%t3g|SLS6~UsuBs@#{S+G<_CkfFgSHqbC?Bp6pC7{&V{tOv!lfp?pocOGZ|F zXRph`d&c(V<5416WhuES?Q!E(%AAk<#{sT(!5E#?OVk05Rf}18p?wi{BKlN2Gjz4& zLoUy4{DT517c*){FjCQYwtqjLcyi_VAtvO==ldegCVcQQ!qO6ZXe;p|K&jRi>g9A_ z0_GTRPMqJy)K)Sce&ai`{zHm_#GN7A6eG>mv_(TwZn zxc{y0(zvDiZb|&9;rQi$r=(I(&e2c)n){ORY+#zjyPH5OV!{NfSzVxR#6t;NOiGB z`R}1LY4zXtsBy#*fD86o>b~6T3P`z-G!$tz^w8vQVLI^XlFn0mJw4|-&=@jL9As!Q zeZo~wT?hXL29*)3J%3J@kB7n37t@%&Yftx-ab&9M)ic~X=DJ?y?-?Qv55CyVv2wn1 zf1upTcMTF>cyI5P>*JXxe9?sm;|9GJ?M?|O4L_K;d)EF-jX&ZmArd_)SecP9LrWe} zVSPwCkv~hU;7xDshd<9?q>dOLPjdVSi2v?b*ac^L0@&#o+Ty7zR@e0P9QF1;&*P_B z+0F&$LMK~?D!&a;|2&9N@oyS}PHSK0aX4;kcH8>T18KE4N12kLj$Tls2C2 z<{0PV>Sn8&KOa$P#EXEOv2Qx(glG~^Z4|RSr0*ja_4mGValYC&+;uoj^ZMe(T(NK^ zRZ;yamZm>1`R(@BeGW#UL+QkX@hPKZp3#=)R~hw0!a6T^5c5CWOr49bb}Y$9-MyQ6 z;>IK)VYh0rEMiW5Z0Filukz;xwO$zUwp175J-^8c?XUeY&gUlz>_s;PJV~T3bEq>c z5C7Yf>}QHpZY~^QtpgQS1NjzZqQVhj>fD-JkIOKi%I-*fwTFU8tq0FR3F7R_63wfn zK*eF*(a1p|LrjYiBURqqJQ15|e*eVLl1+)nWEe(7x^!!m(}YxLPi2}POf;UmqZM(* zu2z@Hia_vpc)tZW2V*VVydC$Pulwj3Wqi3-T7CNY?S#m>{`B$hvf4syuH_si`aWC# ze2Cp5JUbH$bu+(&7CpAsc>C_`n*8qHoZ3P$PKiDt)qmaxf2V^&XdS7P-a3f;+;eLZgtCw0XP5eF`zX&!Fevl7YYNcF7YiF(2j9?|$R_s<(ZFQ~RkI zAF9cpX8#0eRwoB4F=16y*g}Od?FJ+NONGtFKRK=wQj`*qb8&r6Pf@eMwu+jwdPR<{ zbE8%rDNR5BiQP)HX`vy{04gftWSA Yv`uX~p=_rt*5TK2Wp$-|1@mkF2X0+$2mk;8 literal 21158 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 F{{@|ro$LSr literal 21450 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%0DmXAqLL|G84e< z{?F0$eDtS+dwQ-1U;upJH79>Q zg2XNbMo4Q6OM1mI=*Qhg*;Lwt*!(++wPS560<(#-aWZo6aK+uS={F@ldY*Gqh!b>S z;=ka2hxNM;<(b?F0Qi(JDsf&T7@%OZ-7FrhGEMV7vlI$Yh|{1}$Z_2Lf~foqaxToO zo!3q1eQ*8t8d{gqnUPiF`Zo5>;n1Dpd|@2!=I3&`oBFmAt}6jHuzd$x7R;Cl{Rp>x zWjYMosnS=aif;t!wHO9SvoAUbPa4cxe@_tvdiSLD| z{1L)o?*T{&i{EAzD4dquo`_|4le!J@r^X9--R?UjHx}aEVjJn$V@pHt%y_DpB|~d@ zswzFa(f;$p=nbMCxfrTt<8PbnP83b4Zt9a%U**W17io5MLwY+E4Y%stcSfCPy7KQu z@{mF?n7e~B1rqLv5~`~~Q=>C>o+4l@tbC|)e!Mi|FnW>y zicxKVs1!R^N+%;!};wr_AD!oWct07ig~s1)yosdD?7nmgU%*~wI+A_Iy-3ZvnZ=J#E_O?HNr z>v9&yBB2v+j&GwA7CZhPGa=ScvCb!C-l$E+RO@s~JFq&B2B4Yv+tP8PwLLQl%wA{= z#$dCV&QoR`z~x=del~^wN|;7i!@}15Kb+S8U}$;4_I7vOQR&TZE8`M$m9Rk%f1!RZ zrQUj8mF~L)v0Re(kY{UhqTQr^c?w>zK;E%Hjm=nMbNo=d`X^~us@nc4|W>b`CV|J3TY-KdTIT44Xltu27C>VtADy-?U$E>(Z_!dOZu4XcN z&`fYH*hpHW16<5<8y7QhOEy=Yc++rlqSFqs<%r#P}w-xHmqF8x#fDmURN-;NhboZT%{?`s5y~Krw?+ z^w*B4Z)d5CfR;@YV&8wYiR{wgs9kHQDG@R^JA!}CBST7?f0?!x);fK)=b%ctSZsKI z)rIr*NZC}yG|dg=jV{VhEVj<+VT|&bf>G`olUd?Be2Dv7mirrG9f#frkBtRc6;nFx zmawE)_KTY4a9jsjCGk4QoC;do2#syZ!k#xJc5pMN75*GbNmy(ed-N zhx96;?A+_U-&3)H@t8vW+ED$}bTLb%p7evkidU8T?NVUk=Xbf=`sGEw-}i3%_#bUY z9GnUPEy6-60_elXANXI+(%HI7vZ~ghQ7+2uGaf}N^U+&<89XxCemOF|f={N}d#>ip z9_W!$E`MSF*$92u&=!<9cVx&p;Nwd>5sa0|uh3^z!PGu}I|34ovl&8=jU$OLtL&|N z1kOBrUnv?gewI_YGigTG`w!hUKSH1tkwMiTiug9I9J>)4m%iB05PI^p?KSXbHtH69 zii6hJ9KHewlI8LClUSIzJz{d%)=gFAz)bgfb4x4elwoepKk zMvg>QU}TAgBO2+?vaO8MU*=rD=LH+Sb?Y?xwN_QSZ831katpYOF*A^3Lwz~dmhV6r zgWNB&)mTT(|1eVP&~^*u*!V#V0ZS_BcNAY-F^)J=XzZ;H;8{E54PXm1)kak?ps<@# zTnFqJM)Q(H(D~!oX1BX;LK$)-a!c-{ppdhIDEtmS#K2rbm;T;2 z>5Wg%%~H*+C`F$~!_5Bt$AWzW_?d=W;&RrNdIt!>py$PHFHWIf4^p4n6i+9f;3ta! z-C_Pgyk%Zrv%&DU56QUcc#=FzWU9FPqV#iczSR#-&1`9UN>W0TN-D zY1loxNAMQbz~x+p)^0W684>vWN`VdwsU{tBUX9QJQ+QO& znI%^~H`T$c^BS*T9=q3uFg;Y-Zg^y8ukwh+tKXi`S+dZp_A*KNDEtj_7B8GS)_;%N z!9h$@FkyaoQF{IB#XaP)$62~D{jety`3oNelZBZ)-y-miZVISMIK@mf?LlE=%D_r# z&^ROVFRQu#IB-LDYE7SBQsY|WO_v3?mQOL;gN%B#x#f*aE(+M# zV2^-2h)589h3DC^!%Y|gxU+JAf@^NFVgfc7Gq%lhf_=Mk~Omt81DzlH_BH_JDRXfdkkKHZW;r95zIUP;+=U$o9b@~ diff --git a/sitemap.xml b/sitemap.xml index fd204947ca..1afff45ba6 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,11593 +2,11593 @@ https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/add-dashboard-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring/coloring-concepts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring/customizing-a-color-scheme.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/a-date-occurring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/average.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/bar-color-ranges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/bar-gradient-ranges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/bar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/color-ranges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/expression.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/gradient-ranges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/icon-ranges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/top-bottom.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/conditional-formatting/value.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/appearance-customization/data-display-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/automatic-and-manual-updates.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data/bind-dashboard-items-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/bind-dashboard-items-to-data/hidden-data-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/convert-dashboard-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/create-a-dashboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/cards-arrangement.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/delta.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/cards/sparkline.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/axes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/axes/x-axis.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/axes/y-axis.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/legend.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/orientation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/panes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/area-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/bar-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/financial-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/point-and-line-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/range-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/series-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/series/weighted-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/chart/trend-indicators.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/legend.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-coloring/delta.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/map-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/choropleth-map/providing-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/dashboard-item-group.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/date-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements/filter-elements-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/filter-elements/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/delta.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/gauge-scale.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/gauges/style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/legends.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/clustering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/map-types-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/legends.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/geo-point-maps/providing-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/column-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/column-type-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/delta-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/dimension-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/hyperlink-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/measure-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/columns/sparkline-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/grid/totals.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/image-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/image-types-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/images/providing-images.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pies/style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/expanded-state.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/pivot/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/predefined-ranges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/range-filter/series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/axes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/legend.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/orientation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/scatter-chart/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/tab-container.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/editing-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/text-box/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/grouping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-item-settings/treemap/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout/dashboard-item-caption.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout/dashboard-items-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/dashboard-layout/dashboard-title.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/intermediate-level-aggregations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/aggregations/summary-level-aggregations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/expression-constants-operators-and-functions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/create-cascading-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/creating-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/passing-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/using-dashboard-parameters/requesting-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/calculation-functions-reference.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/creating-window-calculations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/window-calculation-limitations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/window-calculations-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-analysis/window-calculations/window-definition.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/formatting-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/grouping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/sorting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/summarization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/data-shaping/top-n.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/interactivity/neutral-filter-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-XPO-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-csv-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-extract-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-federated-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-json-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-microsoft-excel-workbooks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-mongodb.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/binding-to-object-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/connect-to-ef-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/connecting-to-olap-cubes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/connecting-to-sql-databases.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/data-processing-modes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/provide-data/supported-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/save-a-dashboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/dashboard-surface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/data-items-pane.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/data-source-browser.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/ui-elements/print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/undo-and-redo-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/creating-calculated-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/data-inspector.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/edit-connection-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/filter-queries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/manage-sql-queries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/pass-query-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/preview-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/stored-procedures.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/using-the-query-builder.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-designer/work-with-data/using-the-query-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/cards/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/chart/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/choropleth-map/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/date-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/filter-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/filter-elements/filter-elements-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/filter-elements/neutral-filter-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/gauges/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/geo-point-maps/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/grid/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/image.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/image/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pies/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pivot.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/pivot/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/range-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/range-filter/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/scatter-chart/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/tab-container.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/text-box/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-items/treemap/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/dashboard-parameters/requesting-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/dashboard-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/data-inspector.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/data-presentation/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/dashboard-viewer/printing-and-exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-desktop/articles/index.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/index.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/add-dashboard-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/appearance-customization/themes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-olap-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/bind-dashboard-items-to-data-in-the-web-dashboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/bind-dashboard-items-to-data/hidden-data-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/convert-dashboard-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/create-a-dashboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/cards-arrangement.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/delta.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/cards/sparkline.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/axes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/legend.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/orientation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/panes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/chart/trend-indicators.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/delta.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/legend.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/map-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/choropleth-map/providing-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/dashboard-item-group.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/date-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/filter-elements-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/filter-elements/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/delta.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/gauge-scale.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/gauges/style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/legends.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/bubble-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/clustering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/geo-point-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/map-types-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/legends.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/pie-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/pie-map/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/geo-point-maps/providing-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/column-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/grid/totals.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/image-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/images/providing-images.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pies/style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/expanded-state.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/pivot/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/predefined-periods.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/range-filter/series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/axes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/legend.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/orientation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/scatter-chart/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/tab-container.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/coloring.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/grouping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-item-settings/treemap/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout/dashboard-item-caption.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout/dashboard-items-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/dashboard-layout/dashboard-title.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/aggregations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/calculations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/create-cascading-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/creating-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/requesting-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/expression-constants-operators-and-functions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/formatting-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/grouping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/sorting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/summarization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/data-shaping/top-n.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/interactivity/neutral-filter-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/open-a-dashboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/calculated-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/connect-to-an-existing-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/create-a-new-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/data-inspector.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/filter-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/manage-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/filter-queries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/manage-sql-queries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/pass-query-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/provide-data/working-with-sql-data-sources/stored-procedures.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/save-a-dashboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dashboard-item-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dashboard-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dashboard-surface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/data-item-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/designer-toolbar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-data-federation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-json.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/dashboard-data-source-wizard/specify-data-source-settings-olap.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/preview-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/dialogs-and-wizards/query-builder.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/ui-elements/toolbox.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-designer-mode/undo-and-redo-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/cards/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/choropleth-map/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/date-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/filter-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/gauges/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/geo-point-maps/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/grid/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/image.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/image/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pies/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pivot.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/pivot/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/range-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/range-filter/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/scatter-chart/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/tab-container.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/text-box/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-items/treemap/interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/dashboard-parameters/requesting-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/dashboard-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/data-presentation-basics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/drill-down.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/data-presentation/master-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/dashboard-for-web/articles/web-dashboard-viewer-mode/mobile-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/index.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/charting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/charting/chart-designer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/charting/highlighting-and-selection-chart-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/charting/rotate-a-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/charting/scroll-a-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/charting/zoom-a-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/docking.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/docking/dock-panels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/docking/documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/editors.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/editors/editing-values-selecting-text-and-using-the-clipboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/editors/editor-context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/editors/image-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/editors/manipulating-tokens.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/editors/working-with-dropdown-editors.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/expression-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/expression-editor/expression-operators-functions-and-constants.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/filter-editor/examples-of-using-the-filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/filter-editor/filter-data-via-the-filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/apply-cell-conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/filter-grid-data-via-find-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/filter-grid-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-analysis/show-summaries-(totals)-in-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-editing/add-and-delete-grid-records.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-editing/edit-grid-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-presentation/fix-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-presentation/group-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/data-presentation/sort-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/expand-and-collapse-rows-and-cards-in-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/hide-and-display-grid-columns-bands-and-card-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/rearrange-grid-columns-bands-and-card-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/resize-cards-in-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/layout-customization/resize-grid-columns-bands-and-card-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/selection-and-navigation/locate-grid-records.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/selection-and-navigation/navigate-through-grid-records.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/grid/selection-and-navigation/select-grid-rows-and-cards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/index.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/add-empty-regions-separators-splitters-and-labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/change-element-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/change-text-label-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/create-and-delete-tabbed-groups.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/finish-layout-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/hide-and-display-elements-using-a-layout-manager.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/resize-interface-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/start-layout-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/layout-customization/work-with-interface-element-groups.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/layout-manager/save-and-restore-layout/save-and-restore-interface-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map/map-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map/mini-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map/rulers.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map/scrolling.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map/selection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map/using-the-search-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/map/zooming.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/navigation-bars.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/navigation-bars/navigation-bar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/navigation-bars/navigation-pane.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/adjust-the-document-view.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/annotations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/bookmarks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/export-and-import-the-acroform-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/file-attachment.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/manage-documents-and-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/navigate-and-view-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/print-documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/select-and-copy-the-document-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/thumbnails.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pdf-viewer/view-document-properties.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-editing/edit-data-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-editing/edit-unbound-expression.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-editing/pivot-grid-expression-syntax.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/apply-conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/change-summary-type-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/build-complex-filter-criteria.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/invoke-a-summary-filter-window.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/move-the-selected-range.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/remove-filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/select-a-range-of-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/specify-target-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-cell-values/zoom-and-move-the-viewport.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/filtering-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/invoke-a-filter-popup-window.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/using-filter-popup-windows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/pinned-(fixed)-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/simple-sorting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/sort-data-by-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/sort-data-using-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/data-presentation/sort-data/sort-data-using-the-context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/exporting-and-printing/exporting-and-printing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list/change-field-list-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list/defer-pivot-table-updates.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/field-list/invoke-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/display-hidden-pivot-table-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/expand-and-collapse-groups-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-the-context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/hide-pivot-table-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/reorder-fields/reorder-fields-using-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/reorder-fields/simple-fields-reordering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/reorder-pivot-table-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/layout-customization/resizing-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/pivot-table/select-cells-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/copy-to-the-clipboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/csv-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/docx-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/exporting-from-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/html-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/image-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/mht-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/pdf-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/rtf-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/txt-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xls-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/exporting/xlsx-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/file-management/load-a-print-preview-from-a-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/file-management/save-a-print-preview-to-a-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-a-logo-into-printed-documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-date-and-time-into-printed-documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-page-header-and-page-footer-into-printed-documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-page-numbers-into-printed-documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/headers-and-footers/insert-the-user-name-into-printed-documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/interactivity/content-editing-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-charts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/miscellaneous/customize-printing-settings-of-tree-views.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/passing-parameters-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/change-printing-settings-via-the-page-setup-dialog.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/print-a-document-using-default-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/print-a-document-via-the-print-dialog.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/print-selection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/printing-and-page-setup/specify-page-margins-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/scaling/scale-print-preview-by-entering-a-zoom-factor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/scaling/scale-print-preview-by-specifying-width-in-pages.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/navigate-between-pages-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/navigate-in-print-preview-using-bookmarks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/navigate-in-print-preview-using-thumbnails.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/search-for-a-specific-text-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/switch-print-preview-display-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/viewing-and-navigating/use-the-hand-tool-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/warnings-and-error-messages-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/watermark-and-background/change-watermark-and-background-settings-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/watermark-and-background/remove-a-watermark-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/show-two-or-more-pages-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/zoom-print-preview-by-entering-a-zoom-factor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/zoom-print-preview-in-or-out.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-winforms/zooming/zoom-print-preview-to-show-whole-pages-or-fit-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/changing-a-watermark.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/copying-to-the-clipboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/csv-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/docx-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/html-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/image-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/mht-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/pdf-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/rtf-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/text-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/xls-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/exporting/xlsx-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/file-management/load-a-print-preview-from-a-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/file-management/save-a-print-preview-to-a-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/interactivity/content-editing-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-between-pages.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-using-bookmarks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-using-the-hand-tool.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/navigate-using-thumbnails.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/navigating/search-for-a-specific-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/passing-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/change-print-settings-using-the-page-setup-dialog.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/print-a-document-using-default-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/print-a-document-using-the-print-dialog.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/printing-and-page-setup/scaling.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/print-preview/print-preview-for-wpf/zooming.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/report-editing-basics/binding-report-elements-using-binding-expressions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon/frequently-used-ribbon-commands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon/invoke-ribbon-commands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/ribbon/minimize-ribbon.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/add-line-numbers.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/adjust-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/change-page-background-color.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/divide-a-document-into-sections.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-layout-and-page-setup/lay-out-text-in-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-protection/edit-a-protected-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/document-protection/protect-and-unprotect-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/create-a-new-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/load-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/print-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/file-operations/save-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/footnotes-and-endnotes/change-note-appearance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/footnotes-and-endnotes/insert-and-edit-a-footnote-or-endnote.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/formatting/apply-and-modify-styles.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/formatting/format-paragraphs.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/formatting/format-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/header-and-footer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/lists/bulleted-lists.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/lists/multilevel-lists.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/lists/numbered-lists.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/mail-merge.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-bookmark.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-comment.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-hyperlink.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-page-break.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-symbol.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-a-watermark.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/insert-page-numbers.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/miscellaneous/set-document-properties.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-border-for-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-text-box-fill.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/insert-a-picture.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/insert-select-copy-or-delete-a-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/move-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/resize-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/rotate-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/pictures-and-text-boxes/wrap-text-around-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/table-of-contents/create-a-table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/table-of-contents/create-table-of-contents-for-special-cases.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/table-of-contents/update-table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/add-and-remove-table-borders.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/adjust-column-width.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/align-text-in-table-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/customize-a-style-of-cell-borders.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/delete-a-cell-row-or-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/insert-a-cell-row-or-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/insert-a-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/merge-or-split-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/rotate-table-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/select-a-cell-row-or-column.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/set-background-color-of-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/set-table-properties.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/tables/wrap-text-around-a-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/check-text-spelling.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/delete-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/find-and-replace-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/select-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/undo-and-redo-last-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editing/use-a-clipboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editor-ui/editor-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editor-ui/ribbon-interface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/text-editor-ui/toolbars.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/track-changes/accept-and-reject-tracked-changes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/track-changes/enable-track-changes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/viewing-and-navigating/navigate-through-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/viewing-and-navigating/switch-document-views.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/rich-text-editor/viewing-and-navigating/zoom-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/create-appointments.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/delete-appointments.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/edit-appointments.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/manage-reminders.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/appointment-management/restrictions-for-operations-with-appointments.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization/scheduler-grouping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization/switch-scheduler-views.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/layout-customization/zoom-the-scheduling-area.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/printing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/scheduler-ui.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/scheduler-ui/ribbon-interface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/scheduler-ui/toolbars.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/navigate-dates-in-the-scheduler.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/navigate-scheduler-resources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/navigate-scheduler-time-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/scheduler-more-buttons.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/scheduler/selection-and-navigation/scheduler-navigation-buttons.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/snap-reporting-engine.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/clear-cell-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/format-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/format-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/number-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/cell-formatting/wrap-text-and-merge-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/applying-a-predefined-chart-layout-and-style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/changing-a-chart-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/charting-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/creating-a-chart-sheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/creating-a-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/charting/modifying-a-chart-manually.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/columns-and-rows/insert-and-delete-columns-and-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/columns-and-rows/show-and-hide-columns-and-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/columns-and-rows/specify-column-width-and-row-height.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/filter-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/outline-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/sort-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-presentation/subtotal-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/data-validation/validate-data-in-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/copy-and-paste-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/fill-data-automatically.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/find-and-replace.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/insert-a-comment.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/insert-a-symbol.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/editing-cells/select-cells-or-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/adjust-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/create-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/create-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/delete-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/import-and-export-text-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/load-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/print-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/rename-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/save-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/file-operations/undo-and-redo-last-actions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/cell-references.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/create-a-simple-formula.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/create-an-array-formula.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/defined-names.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/error-types-in-formulas.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/supported-functions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/formulas/using-functions-in-formulas.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/cell-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/copy-paste-and-edit-the-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/file-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/navigation-inside-worksheets.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/sort-and-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/work-with-columns-and-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/work-with-formulas.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/keyboard-shortcuts/work-with-selections.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/data-source-wizard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/mail-merge-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/parameters-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/mail-merge/query-builder.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/insert-a-picture.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/insert-and-delete-hyperlinks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/move-rotate-and-resize-a-picture.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pictures-and-hyperlinks/shortcuts-to-work-with-pictures.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/apply-a-predefined-style-to-a-pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/change-the-pivottable-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/change-the-value-field-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/create-a-pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/filter-a-pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/group-items-in-a-pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/insert-a-calculated-field-and-calculated-item.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/modify-a-pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/refresh-the-pivottable-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/sort-items-in-a-pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/pivot-tables/subtotal-and-total-fields-in-a-pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/encrypt-a-workbook-with-the-password.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/protect-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/protect-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/protection/protect-worksheet-ranges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/shortcuts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/spreadsheet-ui/ribbon-interface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/spreadsheet-ui/spreadsheet-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/tables/create-a-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/freeze-columns-and-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/hide-and-display-worksheets.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/hide-gridlines-and-headings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/spreadsheet/viewing-and-navigating/zoom-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/finish-toolbar-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/hide-and-display-bar-commands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/hide-and-display-toolbars.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/open-toolbar-customization-window.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/rearrange-bar-commands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/rearrange-toolbars-and-menus.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/layout-customization/restore-the-default-layout-of-bar-commands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/navigation/keyboard-navigation-in-menus-and-toolbars.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/toolbars-and-menus/select-commands/invoke-toolbar-and-menu-commands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-analysis/apply-cell-conditional-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-analysis/filter-treelist-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-analysis/show-summaries-(totals)-in-a-tree-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/data-presentation/sort-tree-list-nodes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/edit-cells-in-a-tree-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/expand-and-collapse-nodes-in-a-tree-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/hide-and-display-tree-list-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/reorder-tree-list-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/layout-customization/resize-tree-list-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/selection-and-navigation/navigation-in-a-tree-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/tree-list/selection-and-navigation/select-tree-list-nodes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/edit-cells-in-vertical-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/layout-customization/expand-and-collapse-rows-in-vertical-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/layout-customization/resize-rows-and-columns-in-vertical-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-desktop/articles/vertical-grid/navigation-in-vertical-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/add-and-delete-cards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/batch-editing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/save-or-discard-changes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-editing/switch-to-edit-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/data-validation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/exporting/exporting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/creating-complex-filter-criteria-with-the-filter-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/date-range-header-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/header-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/filtering/search-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/grouping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/selection-and-navigation/page-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/selection-and-navigation/select-cards.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/card-view/sorting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/charting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/charting/chart-designer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/charting/series-selection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/common-activities.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/common-activities/touch-support.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/data-view.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/chart-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/create-a-new-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/export-to-an-image.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/first-look-at-the-diagram.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/keyboard-shortcuts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/page-and-view-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/select-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/diagram/work-with-chart-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/docking-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/calendar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/calendar/date-selection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/calendar/fast-navigation-window.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/captcha.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/color-edit.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/color-edit/custom-color-picker.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/date-edit.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/editing-values-selecting-text-and-using-the-clipboard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/editor-context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/image-uploading.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/masked-input.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/token-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/change-buttons-clicks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/drag-handle-drag-n-drop.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/dragging-bar-highlight.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/track-bar/track-and-scale-clicks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/validation-summary.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/editors/work-with-dropdown-editors.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/access-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/adaptive-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/details-view.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/downloading-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/file-and-folder-editing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/filtering-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/multiple-file-selection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-manager/uploading-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/canceling-file-uploading.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/multi-file-selection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/uploading-a-single-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/file-upload-control/uploading-multiple-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/filter-editor/change-conditions-in-filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/filter-editor/create-new-conditions-in-filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/filter-editor/delete-conditions-in-filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt/context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt/data-editing/manage-dependencies.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt/data-editing/manage-resources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt/data-editing/manage-tasks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt/export-to-pdf.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt/toolbar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/gantt/work-time-rules.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/context-menu/context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/column-chooser.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/customization-dialog.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/filtering-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/grouping-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/customization-dialog/sorting-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/add-and-delete-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/batch-editing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/save-or-discard-changes-when-editing-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/data-editing/switch-a-grid-to-edit-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/data-export.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/data-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/data-validation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/creating-complex-filter-criteria-with-the-filter-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/date-range-header-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/filtering-grid-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/filtering/search-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/grid-lookup/filter-grid-lookup-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/grid-lookup/grid-lookup.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/grid-lookup/select-grid-lookup-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/grouping/expand-and-collapse-group-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/grouping/group-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/layout-customization/hide-and-display-grid-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/layout-customization/reorder-grid-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/layout-customization/resize-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/responsive-layout/responsive-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/selection-and-navigation/keyboard-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/selection-and-navigation/page-navigation-in-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/selection-and-navigation/select-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/grid/sorting/sort-grid-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/find-and-replace-dialog/find-and-replace-dialog.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/ordered-and-bullet-lists-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/paragraph-styling-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/text-alignment-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-paragraphs/text-indentation-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/apply-italic-formatting-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/apply-strikethrough-formatting-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-background-color-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-font-size-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-font-type-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/change-foreground-color-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/make-text-bold-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/make-text-superscript-or-subscript-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/remove-formatting-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/formatting-text/underline-text-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/ribbon.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/search-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/tag-inspector.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/toolbar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/html-editor-user-interface/view-modes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/check-spelling-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/clipboard-operations-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/export-html-editor-content-to-various-documents-formats.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/printing-html-editor-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/repeat-and-undo-actions-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/shortcuts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/miscellaneous-operations/sizing-and-full-screen-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/paste-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-audio-files/audio-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-audio-files/insert-an-audio-into-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-audio-files/modify-audio-settings-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-flash-files/flash-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-flash-files/insert-a-flash-into-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-flash-files/modify-flash-settings-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-hyperlinks/create-a-hyperlink-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-hyperlinks/modify-a-hyperlink-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-hyperlinks/remove-a-hyperlink-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-images/image-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-images/insert-an-image-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-images/modify-an-images-settings-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-tables/create-a-table-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-tables/modify-a-table-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-tables/remove-a-table-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-video-files/insert-a-video-into-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-video-files/modify-video-settings-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-video-files/video-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-youtube-video/insert-a-youtube-video-into-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-youtube-video/modify-youtube-video-settings-in-html-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/html-editor/working-with-youtube-video/youtube-video-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/image-gallery.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/image-gallery/fullscreen-viewer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/image-gallery/image-gallery-pager.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/image-slider.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/image-zoom.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/image-zoom/fullscreen-window.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/image-zoom/navigation-bar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/index.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/menu/menu-scrolling.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/menu/responsive-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/navigation-bar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/news-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/build-complex-filter-criteria.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/invoke-a-filter-popup-window.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/filter-data/filter-data-by-field-values/using-filter-popup-windows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data/simple-sorting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data/sort-data-by-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/data-presentation/sort-data/sort-data-using-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list/change-field-list-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list/defer-pivot-table-updates.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/field-list/invoke-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/display-hidden-pivot-table-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/expand-and-collapse-groups-in-pivot-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/hide-fields/hide-fields-using-the-context-menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/hide-pivot-table-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/reorder-fields/reorder-fields-using-a-field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/reorder-fields/simple-fields-reordering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/pivot-table/layout-customization/reorder-pivot-table-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/popup-window.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rating.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/ribbon.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/ribbon/gallery-bar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/ribbon/invoke-ribbon-commands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/ribbon/minimizing-the-ribbon.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/adjust-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/divide-a-documents-into-sections.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/insert-a-page-break.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/lay-out-text-in-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/document-layout-and-page-setup/page-color.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/create-a-new-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/load-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/print-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/file-operations/save-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/find-and-replace.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/apply-predefined-styles.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/format-paragraphs.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/format-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/using-indents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/formatting/using-tabs.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/header-and-footer/header-and-footer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/header-and-footer/page-number-and-count.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/copy-paste-and-edit-the-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/file-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/navigation-inside-documents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/text-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/keyboard-shortcuts/work-with-selections.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/lists/bulleted-lists.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/lists/multilevel-lists.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/lists/numbered-lists.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/mail-merge.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/miscellaneous/insert-a-hyperlink.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/miscellaneous/insert-a-symbol.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-border-for-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/add-change-or-delete-a-text-box-fill.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/insert-select-copy-or-delete-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/move-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/resize-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/rotate-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/pictures-and-text-boxes/wrap-text-around-a-picture-or-text-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/cut-copy-and-paste-editors-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/delete-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/select-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editing/undo-and-redo-last-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editor-ui/editor-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/text-editor-ui/ribbon-interface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/document-views.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/full-screen-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/navigate-through-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/rich-text-editor/viewing-and-navigating/show-horizontal-ruler.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/round-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/create-an-appointment.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/delete-an-appointment.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/edit-an-appointment.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/make-a-series-of-recurring-appointments.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/manage-reminders.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/appointment-management/restrictions-for-operations-with-appointments.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/layout-customization/scheduler-grouping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/layout-customization/switch-scheduler-views.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/navigate-scheduler-resources.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/navigate-time-cells-and-dates-in-the-scheduler.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/scheduler-more-buttons.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/scheduler/selection-and-navigation/scheduler-navigation-buttons.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spell-checker.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/splitter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/splitter/expand-or-collapse-a-pane.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/splitter/resizing-a-pane.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/clear-cell-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/format-as-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/format-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/format-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/number-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/cell-formatting/wrap-text-and-merge-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/applying-a-predefined-chart-layout-and-style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/changing-a-chart-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/charting-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/creating-a-chart.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/charting/modifying-a-chart-manually.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/columns-and-rows/insert-and-delete-rows-and-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/columns-and-rows/show-and-hide-columns-and-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/columns-and-rows/specify-column-width-and-row-height.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/data-presentation/filtering.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/data-presentation/freeze-panes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/data-presentation/sort-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/copy-and-paste-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/data-validation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/fill-data-automatically.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/find-and-replace.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/insert-a-comment.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/editing-cells/select-cells-or-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/adjust-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/create-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/create-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/delete-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/import-text-files.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/load-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/print-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/rename-a-worksheet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/save-a-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/file-operations/undo-and-redo-last-actions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/cell-references.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/create-a-simple-formula.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/error-types-in-formulas.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/supported-functions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/formulas/using-functions-in-formulas.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/cell-formatting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/copy-paste-and-edit-the-cell-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/file-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/navigation-inside-worksheets.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/work-with-columns-and-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/keyboard-shortcuts/work-with-selections.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/pictures-and-hyperlinks/insert-a-picture.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/pictures-and-hyperlinks/insert-and-delete-hyperlinks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/pictures-and-hyperlinks/move-and-resize-a-picture.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/spreadsheet-ui/ribbon-interface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/spreadsheet-ui/spreadsheet-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/document-views.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/full-screen-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-and-diaplay-headings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-and-display-headings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-and-display-worksheets.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/spreadsheet/viewing/hide-gridlines.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tab-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tab-control/tab-scrolling.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-editing/batch-editing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-editing/edit-cell-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-export.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-presentation/expand-and-collapse-nodes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-presentation/sort-nodes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/data-validation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/creating-complex-filter-criteria-with-the-filter-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/date-range-header-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/filter-row.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/header-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/filtering/search-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/column-chooser.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/keyboard-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/reorder-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/reorder-nodes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/resize-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-list/layout-and-navigation/selection-and-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-view.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-view/expand-and-collapse-tree-view-nodes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/tree-view/tree-view-nodes-checking.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-editing/add-delete-and-recover-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-editing/save-or-discard-changes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-editing/switch-to-edit-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-export.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/data-validation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/expand-and-collapse-category-rows.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/filtering/creating-complex-filter-criteria-with-the-filter-control.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/filtering/header-filter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/filtering/search-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/selection-and-navigation/page-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/selection-and-navigation/select-records.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/interface-elements-for-web/articles/vertical-grid/sorting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/index.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information/add-watermarks-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information/display-the-current-date-and-time-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-extra-information/display-the-user-name-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-a-table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-bookmarks-and-a-document-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-cross-references-and-hyperlinks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-navigation/add-page-numbers.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/add-new-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-csv-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-federated-master-detail-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-join-based-federated-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-mongodb-instance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-stored-procedure.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-transformation-based-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-union-based-federated-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-entity-framework-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-excel-workbook.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-object-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-xml-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-an-xpo-persistent-object.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-json-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/data-binding-modes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/specify-query-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-measurement-units.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/change-a-report-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/configure-design-settings/enable-the-right-to-left-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/balance-sheets.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/cross-tab-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/hierarchical-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/interactive-e-forms.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/invoices-from-templates.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/invoices.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/labels-and-badges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/master-detail-reports-with-detail-report-bands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/master-detail-reports-with-subreports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/multi-column-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-merged-with-pdf.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-with-cross-band-content-and-populated-empty-space.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-with-embedded-pdf-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/reports-with-visual-pdf-signature.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/table-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/vertical-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/appearance-properties.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/report-style-sheets.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/report-visual-styles.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/first-look-at-the-report-designer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/introduction-to-banded-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/anchor-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/keep-content-together.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/maintain-the-band-location-on-a-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/maintain-the-size-and-content-of-data-bound-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/lay-out-dynamic-report-content/suppress-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/localize-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/merge-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/merge-reports/add-a-report-to-the-end-beginning.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/merge-reports/use-data-driven-page-sequence.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/open-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/create-drill-down-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/create-drill-through-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/edit-content-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/provide-interactivity/sort-a-report-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/configure-query-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/create-a-query-or-select-a-stored-procedure.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/save-the-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/select-a-data-connection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-database/specify-a-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-federated-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-federated-data-source/create-a-federated-query.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source/configure-web-service-endpoint-request.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source/select-data-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-a-json-data-source/specify-json-data-location.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/bind-to-a-stored-procedure.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/configure-filters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/select-a-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/select-a-data-member.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-entity-framework-data-source/select-the-data-context.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/choose-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/select-a-worksheet,-table-or-named-range.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/select-an-excel-workbook-or-csv-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-excel-data-source/specify-import-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-a-data-source-constructor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-a-data-source-member.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-a-data-source-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-an-assembly.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/select-the-data-binding-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/specify-the-constructor-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-object-data-source/specify-the-member-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/choose-an-entity-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/save-the-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/select-a-data-connection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/connect-to-an-xpo-data-source/specify-a-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/data-source-wizard/no-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/localization-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/query-builder.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/blank-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/choose-a-report-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/cross-tab-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels/customize-the-label-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels/select-the-data-source-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/labels/select-the-label-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/add-grouping-levels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/choose-a-report-color-scheme.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/choose-fields-to-display-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/select-the-data-source-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/set-the-report-title.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/specify-report-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/table-report/specify-summary-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/choose-a-report-template.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/map-report-template-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/select-the-data-source-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/template/specify-report-template-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/report-wizard/vertical-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/toolbar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/toolbox.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/group-and-sort-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/property-grid-non-tabbed-view.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/property-grid-tabbed-view.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/report-design-analyzer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/report-explorer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/report-gallery.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/save-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-summary.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-a-weighted-average.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-an-advanced-summary.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-carriedforward-broughtforward.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values/count-the-number-of-groups-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values/count-the-number-of-records-in-a-report-or-group.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/count-elements-and-values/display-row-numbers-in-a-report-group-or-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-data-source-level.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/filter-data-at-the-report-level.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/filter-data/limit-the-number-of-records-to-display.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/format-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/group-data-by-a-custom-field.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/group-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/sort-data-by-a-custom-field.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/sort-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/group-and-sort-data/sort-groups-by-a-summary-function-result.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-bands-visibility-expression-bindings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-control-appearance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-label-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-filter-report-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/conditionally-supress-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/display-average-values-in-charts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/limit-the-number-of-records-per-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields/calculate-an-aggregate-function.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/use-calculated-fields/calculated-fields-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/data-binding-modes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expression-language.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expressions-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/how-to-use-expressions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/bind-controls-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes/draw-cross-band-lines-and-boxes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes/draw-lines.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/draw-lines-and-shapes/draw-shapes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/add-controls-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/add-report-controls-to-containers.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/apply-styles-to-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/arrange-report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/convert-labels-to-table.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/copy-report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/keyboard-shortcut.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/move-and-resize-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/reuse-report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/select-report-elements-and-access-their-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/manipulate-report-elements/validate-the-report-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/update-report-data-bindings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/add-bar-codes-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/bar-code-recognition-specifics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/codabar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-11-usd-8.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-128.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-39-extended.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-39-usd-3.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-93-extended.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-93.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/deutsche-post-identcode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/deutsche-post-leitcode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ean-13.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ean-8.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ecc200-data-matrix.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/epc-qr-code.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-128-ean-128-ucc.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-data-matrix.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-databar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/gs1-qr-code.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/industrial-2-of-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/intelligent-mail-package.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/intelligent-mail.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/interleaved-2-of-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/matrix-2-of-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/msi-plessey.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/pdf417.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/pharmacode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/postnet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/qr-code.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/sscc.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-a.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-e0.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-e1.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-shipping-container-symbol-itf-14.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-supplemental-2.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/upc-supplemental-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/character-comb.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/check-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/label.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/page-break.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/page-info.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/pdf-signature.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/picture-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/rich-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/subreport.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-basic-report-controls/table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/add-a-chart-set-up-series-manually.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/add-a-chart-use-a-series-template.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/link-a-chart-and-a-pivot-grid.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/use-charts-in-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-charts-and-pivot-grids/use-charts-to-visualize-grouped-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-appearance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/data-shaping.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/layout-and-print-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-embedded-fields-mail-merge.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines/add-gauges-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines/add-sparklines-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/bind-table-cells-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/hide-table-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/manage-table-structure.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/manipulate-table-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-tables/table-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/cascading-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/create-a-report-parameter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/date-range-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/multi-value-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/parameters-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/reference-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/report-parameters-with-predefined-dynamic-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/report-parameters-with-predefined-static-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-scripts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/adding-details-about-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/adding-details-about-a-report/add-page-numbers-and-system-information-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/adding-details-about-a-report/create-or-modify-watermarks-of-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/conditionally-change-a-controls-appearance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/conditionally-change-a-labels-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/conditionally-hide-bands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/understanding-style-concepts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/appearance-customization/use-odd-and-even-styles.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/adjust-page-layout-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/adjust-the-layout-of-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/back-up-the-report-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/change-measurement-units-of-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/control-positioning.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/create-a-new-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/basic-operations/create-and-delete-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-a-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-an-entity-framework-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-an-excel-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-a-report-to-data/bind-a-report-to-an-object-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/binding-report-controls-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/calculated-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/query-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/providing-data/using-mail-merge.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/add-a-cross-reference.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/add-bookmarks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/create-a-table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/create-hyperlinks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/report-navigation-and-interactivity/enable-content-editing-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/scripting.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/calculating-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/filtering-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/formatting-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/grouping-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/creating-reports/shaping-data/sorting-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/document-map-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/export-document-dialog.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/parameters-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/preview-toolbar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/document-preview/search-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/control-toolbox.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/design-surface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/group-and-sort-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/localization-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/properties-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/query-builder.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/report-design-analyzer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/report-explorer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/script-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/interface-elements/toolbar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-elements/report-bands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-elements/report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/chart-with-dynamic-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/chart-with-static-series.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/cross-tab-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/label-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/master-detail-report-(detail-report-bands).html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/master-detail-report-(subreports).html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/master-detail-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/multi-column-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/parametrized-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/report-with-pdf-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/static-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-types/table-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/add-groping-levels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/choose-a-report-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/choose-a-report-style.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/choose-columns-to-display-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/configure-query-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/customize-the-query.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/save-the-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/select-a-data-connection.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-a-database/specify-a-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/bind-to-a-stored-procedure.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/configure-filters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/select-a-connection-string.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/select-a-data-member.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-entity-framework-data-source/select-the-data-context.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/choose-columns.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/select-a-worksheet-table-or-named-region.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/select-an-excel-workbook-or-csv-file.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-excel-data-source/specify-import-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-a-data-source-constructor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-a-data-source-member.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-a-data-source-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-an-assembly.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/select-the-data-binding-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/specify-the-constructor-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/connect-to-an-object-data-source/specify-the-member-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/enter-the-report-title.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/select-the-data-source-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/data-bound-report/specify-summary-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/empty-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/label-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/label-report/customize-the-label-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-desktop/articles/report-designer/report-designer-for-wpf/report-wizard/label-report/select-the-label-type.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/content-editing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/csv-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/docx-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/export-a-document.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/html-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/image-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/mht-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/pdf-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/rtf-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/text-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/xls-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/exporting/xlsx-specific-export-options.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/passing-parameter-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/printing.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/navigate-between-pages.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/navigate-using-bookmarks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/search-for-a-specific-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/switch-display-mode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/document-viewer/viewing-and-navigating/zooming.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/index.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information/add-watermarks-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information/display-the-current-date-and-time-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-extra-information/display-the-user-name-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-a-table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-bookmarks-and-a-document-map.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-cross-references-and-hyperlinks.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-navigation/add-page-numbers.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/add-new-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-federated-master-detail-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-join-based-federated-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-transformation-based-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-a-union-based-federated-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-an-object-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/bind-a-report-to-json-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/bind-to-data/specify-query-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings/change-a-report-measurement-units.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings/change-a-report-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/configure-design-settings/enable-the-right-to-left-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/cross-tab-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/hierarchical-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/interactive-e-forms.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/invoices.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/labels-and-badges.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/letters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/multi-column-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-merged-with-pdf.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-with-cross-band-content-and-populated-empty-space.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-with-embedded-pdf-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/reports-with-visual-pdf-signature.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/table-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/create-reports/vertical-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/customize-appearance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/customize-appearance/appearance-properties.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/customize-appearance/report-visual-styles.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/first-look-at-the-report-designer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/introduction-to-banded-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/anchor-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/keep-content-together.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/maintain-the-band-location-on-a-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/maintain-the-size-and-content-of-data-bound-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/lay-out-dynamic-report-content/suppress-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/localize-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/merge-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/merge-reports/add-a-report-to-the-end-beginning.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/merge-reports/use-data-driven-page-sequence.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/open-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/preview-print-and-export-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/create-drill-down-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/create-drill-through-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/edit-content-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/provide-interactivity/sort-a-report-in-print-preview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/chart-designer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard/specify-data-source-settings-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard/specify-data-source-settings-json.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/data-source-wizard/specify-data-source-settings-object.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/design-surface.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/expression-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/filter-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/format-string-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/localization-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/master-detail-relation-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/menu.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/query-builder.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/empty-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/label-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/define-report-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/select-data-source.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-data-source-settings-database.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-data-source-settings-json.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-data-source-settings-object.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/report-wizard/table-and-vertical-report/specify-page-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/script-editor.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/toolbar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/toolbox.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/expressions-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/field-list.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/properties-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/report-design-analyzer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/report-explorer.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/save-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/calculate-summaries.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/calculate-summaries/calculate-a-summary.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/calculate-summaries/calculate-an-advanced-summary.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values/count-the-number-of-groups-in-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values/count-the-number-of-records-in-a-report-or-group.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/count-elements-and-values/display-row-numbers-in-a-report-group-or-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data/filter-data-at-the-data-source-level.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data/filter-data-at-the-report-level.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/filter-data/limit-the-number-of-records-to-display.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/format-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/group-data-by-a-custom-field.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/group-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/sort-data-by-a-custom-field.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/sort-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/group-and-sort-data/sort-groups-by-a-summary-function-result.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/lay-out-dynamic-report-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-bands-visibility-expression-bindings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-control-appearance.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-label-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-filter-report-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/conditionally-supress-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/specify-conditions-for-report-elements/limit-the-number-of-records-per-page.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields/calculate-a-weighted-average-function.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields/calculate-an-aggregate-function.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/shape-report-data/use-calculated-fields/calculated-fields-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/data-binding-modes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/expression-language.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/expressions-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/functions-in-expressions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-expressions/how-to-use-expressions.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/bind-controls-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes/draw-cross-band-lines-and-boxes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes/draw-lines.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/draw-lines-and-shapes/draw-shapes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/add-controls-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/add-report-controls-to-containers.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/apply-styles-to-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/arrange-report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/copy-report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/move-and-resize-report-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/select-report-elements-and-access-their-settings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/validate-the-report-layout.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/add-bar-codes-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/bar-code-recognition-specifics.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/codabar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-11-usd-8.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-128.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-39-extended.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-39-usd-3.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-93-extended.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/code-93.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/deutsche-post-identcode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/deutsche-post-leitcode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/ean-13.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/ean-8.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/ecc200-data-matrix.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/epc-qr-code.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-128-ean-128-ucc.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-data-matrix.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-databar.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/gs1-qr-code.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/industrial-2-of-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/intelligent-mail-package.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/intelligent-mail.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/interleaved-2-of-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/matrix-2-of-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/msi-plessey.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/pdf417.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/pharmacode.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/postnet.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/qr-code.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/sscc.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-a.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-e0.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-e1.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-shipping-container-symbol-itf-14.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-supplemental-2.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-bar-codes/upc-supplemental-5.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/character-comb.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/check-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/label.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/page-break.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/page-info.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/pdf-content.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/pdf-signature.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/picture-box.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/rich-text.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/subreport.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/table-of-contents.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts-and-pivot-grids.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/add-a-chart-set-up-series-manually.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/add-a-chart-use-a-series-template.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/use-charts-in-reports.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-charts/use-charts-to-visualize-grouped-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-cross-tab.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-embedded-fields-mail-merge.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-gauges-and-sparklines.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-gauges-and-sparklines/add-gauges-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-gauges-and-sparklines/add-sparklines-to-a-report.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/bind-table-cells-to-data.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/hide-table-cells.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/manage-table-structure.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/manipulate-table-elements.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/use-tables/table-overview.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-elements/validate-report-data-bindings.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/cascading-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/create-a-report-parameter.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/date-range-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/multi-value-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/parameters-panel.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/reference-report-parameters.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/report-parameters-with-predefined-dynamic-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-parameters/report-parameters-with-predefined-static-values.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5 https://devexpress.github.io/reporting-for-web/articles/report-designer/use-report-scripts.html - 2024-10-03T04:16:10+00:00 + 2024-11-24T01:16:08+00:00 daily 0.5