Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnet-core/CircularGauge/Ranges-and-Frames.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Ranges and Frames in ASP.NET Core CircularGauge Control | Syncfusion
title: Ranges and Frames in ASP.NET Core CircularGauge Control | Syncfusion
description: Learn here about ranges and frames in Syncfusion Essential ASP.NET Core CircularGauge Control, its elements, and more.
platform: aspnet-core
control: CircularGauge
Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/ColorPicker/Appearance-and-Styling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Appearance and Styling | ColorPicker | ASP.NET Core | Syncfusion
description: Learn here about appearance and styling in ASP.NET Core ColorPicker Control, its elements, and more.
title: Appearance and Styling in ASP.NET Core ColorPicker | Syncfusion
description: Learn here about appearance and styling in Syncfusion ASP.NET Core ColorPicker Control, its elements, and more.
platform: aspnet-core
control: ColorPicker
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/PivotGrid/Styling.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Styling | PivotGrid | ASP.NET Core | Syncfusion
description: styling
title: Styling in ASP.NET Core PivotGrid Control | Syncfusion
description: Learn here more about styling support in Syncfusion ASP.NET Core PivotGrid Control, its elements, and more.
platform: aspnet-core
control: PivotGrid
documentation: ug
---

# Styling
# Styling in ASP.NET Core PivotGrid
By default, the pivot grid supports the following **17** different types of themes:

* default-theme
Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/TimePicker/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: TimePicker | TimePicker | ASP.NET Core | Syncfusion
description: overview
title: Overview of ASP.NET Core TimePicker Control | Syncfusion
description: Learn here more about Overview of Syncfusion Essential ASP.NET Core TimePicker Control, its elements, and more.
platform: aspnet-core
control: TimePicker
documentation: ug
---

# TimePicker
# Overview of ASP.NET Core TimePicker

The Essential ASP.NET Core TimePicker control allows users to select a time value. The available times can be restricted to a range by setting minimum and maximum time values. The TimePicker sets the time as a mask to prevent users from entering invalid values.

Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/TreeGrid/Exporting.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Exporting | TreeGrid | ASP.NET Core | Syncfusion
description: exporting
title: Exporting in ASP.NET Core TreeGrid Control | Syncfusion
description: Learn here more about exporting in Syncfusion ASP.NET Core TreeGrid Control, its elements, and more.
platform: aspnet-core
control: TreeGrid
documentation: ug
---
# Export
# Exporting in ASP.NET Core TreeGrid

Exporting feature provides support to export TreeGrid content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of TreeGrid object to export.

Expand Down Expand Up @@ -62,7 +62,7 @@ The below code snippet explains the above behavior,
{% endtabs %}

The below screen shot shows TreeGrid with excel and PDF exporting enabled.
![](Export_images/Export_img1.png)
![ASP.NET Core TreeGrid export](Export_images/Export_img1.png)

## Server dependencies
Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for TreeGrid Export as follows
Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/TreeGrid/Searching.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Searching | TreeGrid | ASP.NET Core | Syncfusion
title: Searching in ASP.NET Core TreeGrid Control | Syncfusion
description: Learn here about Searching in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more.
platform: aspnet-core
control: TreeGrid
Expand Down