Skip to content

Commit 4981046

Browse files
committed
SEO-178943-Redirect-Links-WPF
1 parent a7bd7ed commit 4981046

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

wpf/Accordion/Populating-Items.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Here five SfAccordionItems are added as the children of the `SfAccordion`.
8383

8484
### Setting Header for items
8585

86-
`SfAccordionItem` provides a property [Header](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.headeredcontentcontrol.header?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_HeaderedContentControl_Header) that helps to set the header for the item. [Header](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.headeredcontentcontrol.header?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_HeaderedContentControl_Header) is visible in both expanded and collapsed state. Set the value as “WPF” for the first child and repeat the same procedure for the remaining children with values as “Silverlight”, “WinRT”, ”Windows Phone” and “Universal”.
86+
`SfAccordionItem` provides a property [Header](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.headeredcontentcontrol.header?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_HeaderedContentControl_Header) that helps to set the header for the item. [Header](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.headeredcontentcontrol.header?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_HeaderedContentControl_Header) is visible in both expanded and collapsed state. Set the value as “WPF” for the first child and repeat the same procedure for the remaining children with values as “Silverlight”, “WinRT”, ”Windows Phone” and “Universal”.
8787

8888
{% tabs %}
8989

@@ -149,7 +149,7 @@ Here five SfAccordionItems are added as the children of the `SfAccordion`.
149149

150150
### Setting Content for items
151151

152-
[Content](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.contentcontrol.content?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_ContentControl_Content) property helps to set the content for `SfAccordionItem`. `SfAccordionItem` is a ContentControl so that any object can be added as its content. Content is visible only in expanded state.
152+
[Content](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.contentcontrol.content?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Controls_ContentControl_Content) property helps to set the content for `SfAccordionItem`. `SfAccordionItem` is a ContentControl so that any object can be added as its content. Content is visible only in expanded state.
153153

154154
{% tabs %}
155155

@@ -230,11 +230,11 @@ Here five SfAccordionItems are added as the children of the `SfAccordion`.
230230

231231
## Using ItemsSource
232232

233-
SfAccordion accepts any business object collection to be bound to its [ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property.
233+
SfAccordion accepts any business object collection to be bound to its [ItemsSource](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property.
234234

235235
### Adding items to the control
236236

237-
Follow the below steps to add the Items through [ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property.
237+
Follow the below steps to add the Items through [ItemsSource](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property.
238238

239239
1. Create a model
240240

@@ -357,7 +357,7 @@ Follow the below steps to add the Items through [ItemsSource](https://docs.micro
357357
{% endcapture %}
358358
{{ codesnippet3 | OrderList_Indent_Level_1 }}
359359

360-
4. Bind the Employees collection to [ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property of `SfAccordion` Control
360+
4. Bind the Employees collection to [ItemsSource](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property of `SfAccordion` Control
361361

362362
{% capture codesnippet4 %}
363363
{% tabs %}
@@ -378,7 +378,7 @@ Follow the below steps to add the Items through [ItemsSource](https://docs.micro
378378

379379
### Setting Header for items
380380

381-
Header can be displayed using the property [DisplayMemberPath](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.displaymemberpath?view=netframework-4.7.2). This property is used to get the header from Model class. Header is visible in both expanded and collapsed state.
381+
Header can be displayed using the property [DisplayMemberPath](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.displaymemberpath?view=netframework-4.7.2). This property is used to get the header from Model class. Header is visible in both expanded and collapsed state.
382382

383383
{% tabs %}
384384

0 commit comments

Comments
 (0)