Gets or sets the current page that is displayed

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int CurrentPage { get; set; }
Visual Basic
Public Property CurrentPage As Integer
	Get
	Set
XAML Attribute Usage
<object CurrentPage="int" .../>

Remarks

This is a dependency property.

See Also