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
8 changes: 4 additions & 4 deletions aspnet/DateTimePicker/Display-format.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Display format | DateTimePicker | ASP.NET Webforms | Syncfusion
description: display format
description: Learn here all about display format support in Syncfusion Essential ASPNET DateTimePicker control, its elements, and more.
platform: aspnet
control: DateTimePicker
documentation: ug
---

# Display format
# Display format with ASPNET DateTimePicker

## DateTime format

Expand Down Expand Up @@ -74,7 +74,7 @@ In the ASPX page, include the following DateTimePicker control code example.



![](Display-format_images/Display-format_img1.png)
![ASPNET DataTimePicker DateTime format](Display-format_images/Display-format_img1.png)



Expand Down Expand Up @@ -122,7 +122,7 @@ In the ASPX page, include the following DateTimePicker control code example.



![](Display-format_images/Display-format_img2.png)
![ASPNET DateTimePicker Day Header format](Display-format_images/Display-format_img2.png)



16 changes: 8 additions & 8 deletions aspnet/ProgressBar/Define-value.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Define value | ProgressBar | ASP.NET | Syncfusion
description: define value
description: Learn here all about define value support in Syncfusion Essential ASPNET ProgressBar control, its elements, and more.
platform: aspnet
control: ProgressBar
documentation: ug
---

# Define value
# Define value with ASPNET ProgressBar

## Value

Expand All @@ -22,7 +22,7 @@ Add the following code in the ASPX page in order to render the ProgressBar contr
{% endhighlight %}

The following screenshot displays the Assigning value to ProgressBar.
![](Define-value_images/Define-value_img1.png)
![ASPNET ProgressBar Value](Define-value_images/Define-value_img1.png)

## Percentage

Expand All @@ -38,7 +38,7 @@ Add the following code example to the ASPX page to render the Progress bar contr

The following screenshot displays the Progress bar with Percentage.

![](Define-value_images/Define-value_img2.png)
![ASPNET ProgressBar Percentage](Define-value_images/Define-value_img2.png)



Expand All @@ -56,7 +56,7 @@ Add the following code example in the ASPX page to render Minimum and Maximum va

The following screenshot displays the Minimum and Maximum values.

![](Define-value_images/Define-value_img3.png)
![ASPNET ProgressBar Setting Range](Define-value_images/Define-value_img3.png)

### Appearance and Styling

Expand All @@ -72,7 +72,7 @@ Add the following code example to the ASPX page.

The following screenshot displays the maximum height and maximum width.

![](Define-value_images/Define-value_img4.png)
![ASPNET ProgressBar Adjusting ProgressBar size](Define-value_images/Define-value_img4.png)

## Custom text

Expand All @@ -88,7 +88,7 @@ Add the following code example in the ASPX page.

The following screenshot displays the custom text.

![](Define-value_images/Define-value_img5.png)
![ASPNET ProgressBar Custom text](Define-value_images/Define-value_img5.png)

## Theme

Expand Down Expand Up @@ -131,4 +131,4 @@ Add the following code example to the corresponding ASPX page to render Progress

The following screenshot displays the customized style.

![](Define-value_images/Define-value_img6.png)
![ASPNET ProgressBar customized style](Define-value_images/Define-value_img6.png)