DataPager.AutoEllipsis Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that indicates whether to use an ellipsis as the last numeric button.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public Property AutoEllipsis As Boolean
public bool AutoEllipsis { get; set; }
<sdk:DataPager AutoEllipsis="bool"/>

Property Value

Type: System.Boolean
true if an ellipsis should be used as the last numeric button; otherwise, false.

Remarks

Dependency property identifier field: AutoEllipsisProperty

The AutoEllipsis property only has an effect when the DataPager is in a DisplayMode that shows numeric page buttons. When AutoEllipsis is true, the last numeric page button is replaced with an ellipsis, unless the ellipsis would be the last page. When the ellipsis is clicked, the page that it represents is made the current page.

The ellipsis is counted as a numeric page button in the NumericButtonCount property. For example, if NumericButtonCount is 5, the DataPager will display numeric buttons for pages 1 through 4, and an ellipsis for the last button: "1 2 3 4 … ".

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.