Class DataPager
Inheritance
System.Object
DataPager
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DataPager : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
DataPager()
Declaration
public DataPager()
Fields
AutoEllipsisProperty
CanChangePageProperty
CanMoveToFirstPageProperty
Declaration
public static AutomationProperty CanMoveToFirstPageProperty
Field Value
CanMoveToLastPageProperty
Declaration
public static AutomationProperty CanMoveToLastPageProperty
Field Value
CanMoveToNextPageProperty
Declaration
public static AutomationProperty CanMoveToNextPageProperty
Field Value
CanMoveToPreviousPageProperty
Declaration
public static AutomationProperty CanMoveToPreviousPageProperty
Field Value
DisplayModeProperty
IsTotalItemCountFixedProperty
Declaration
public static AutomationProperty IsTotalItemCountFixedProperty
Field Value
ItemCountProperty
NumericButtonCountProperty
Declaration
public static AutomationProperty NumericButtonCountProperty
Field Value
PageCountProperty
PageIndexProperty
PageSizeProperty
Properties
AutoEllipsis
Declaration
public bool AutoEllipsis { get; set; }
Property Value
System.
|
CanChangePage
Declaration
public bool CanChangePage { get; set; }
Property Value
System.
|
CanMoveToFirstPage
Declaration
public bool CanMoveToFirstPage { get; set; }
Property Value
System.
|
CanMoveToLastPage
Declaration
public bool CanMoveToLastPage { get; set; }
Property Value
System.
|
CanMoveToNextPage
Declaration
public bool CanMoveToNextPage { get; set; }
Property Value
System.
|
CanMoveToPreviousPage
Declaration
public bool CanMoveToPreviousPage { get; set; }
Property Value
System.
|
DisplayMode
IsTotalItemCountFixed
Declaration
public bool IsTotalItemCountFixed { get; set; }
Property Value
System.
|
ItemCount
Declaration
public int ItemCount { get; set; }
Property Value
System.
|
NumericButtonCount
Declaration
public int NumericButtonCount { get; set; }
Property Value
System.
|
PageCount
Declaration
public int PageCount { get; set; }
Property Value
System.
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
System.
|
PageSize
Declaration
public int PageSize { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|