Skip to content

Commit 5d73b52

Browse files
Merge pull request #238 from ritazakhodyaeva/mz_issue_fix
delete links to core repo
2 parents 0111d47 + 8061fff commit 5d73b52

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

interface-elements-for-desktop/articles/pivot-table/data-presentation/pinned-(fixed)-columns.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ The Pivot Grid Control allows you to pin columns to the left or rightmost edge.
1313

1414
![](../../../images/win-pivot-fixed-columns-pin-column.png)
1515

16-
## Limitations
17-
Fixed columns have the following limitations:
18-
* You cannot pin [custom totals](https://docs.devexpress.com/WindowsForms/DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection).
19-
* In [Legacy and Legacy-optimized](https://docs.devexpress.com/CoreLibraries/401531/devexpress-pivot-grid-core-library/data-processing-engines/legacy-and-legacy-optimized-calculation-engines) mode, the values in the pinned column are not displayed if you [collapse](https://docs.devexpress.com/WindowsForms/1940/controls-and-libraries/pivot-grid/end-user-capabilities/expanding-and-collapsing-grouping-columns-and-rows) the corresponding column in the scrollable area.
16+

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This topic lists the functions that you can use in an [expression](expressions-o
2727
| Function | Description | Example |
2828
|---|---|---|
2929
| IsThisWeek(Date) | Returns `True` if the specified date falls within the current week.| _Example_: `IsThisWeek([OrderDate])` |
30-
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the [CriteriaOperator.Parse](/CoreLibraries/DevExpress.Data.Filtering.CriteriaOperator.Parse.overloads?v=25.1) method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
30+
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the `Parse` method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
3131
|IsThisYear(Date) | Returns `True` if the specified date falls within the current year. | _Example_: `IsThisYear([OrderDate])` |
3232
|LocalDateTimeLastMonth() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is one month before the current date, and the time part of 00:00:00. | _Example_: `AddMonths(LocalDateTimeLastMonth(), 5)` |
3333
|LocalDateTimeLastYear() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is the first day of the previous year, and the time part of 00:00:00. | _Example_: `AddYears(LocalDateTimeLastYear(), 5)` |

reporting-for-web/articles/report-designer/use-expressions/functions-in-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This topic lists the functions that you can use in an [expression](expressions-o
2525
| Function | Description | Example |
2626
|---|---|---|
2727
| IsThisWeek(Date) | Returns `True` if the specified date falls within the current week.| _Example_: `IsThisWeek([OrderDate])` |
28-
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the [CriteriaOperator.Parse](/CoreLibraries/DevExpress.Data.Filtering.CriteriaOperator.Parse.overloads?v=25.1) method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
28+
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the `Parse` method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
2929
|IsThisYear(Date) | Returns `True` if the specified date falls within the current year. | _Example_: `IsThisYear([OrderDate])` |
3030
|LocalDateTimeLastMonth() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is one month before the current date, and the time part of 00:00:00. | _Example_: `AddMonths(LocalDateTimeLastMonth(), 5)` |
3131
|LocalDateTimeLastYear() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is the first day of the previous year, and the time part of 00:00:00. | _Example_: `AddYears(LocalDateTimeLastYear(), 5)` |

0 commit comments

Comments
 (0)