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
AutomationProperty
|
CanMoveToLastPageProperty
Declaration
public static AutomationProperty CanMoveToLastPageProperty
Field Value
AutomationProperty
|
CanMoveToNextPageProperty
Declaration
public static AutomationProperty CanMoveToNextPageProperty
Field Value
AutomationProperty
|
CanMoveToPreviousPageProperty
Declaration
public static AutomationProperty CanMoveToPreviousPageProperty
Field Value
AutomationProperty
|
DisplayModeProperty
IsTotalItemCountFixedProperty
Declaration
public static AutomationProperty IsTotalItemCountFixedProperty
Field Value
AutomationProperty
|
ItemCountProperty
NumericButtonCountProperty
Declaration
public static AutomationProperty NumericButtonCountProperty
Field Value
AutomationProperty
|
PageCountProperty
PageIndexProperty
PageSizeProperty
Properties
AutoEllipsis
Declaration
public bool AutoEllipsis { get; set; }
Property Value
System.Boolean
|
CanChangePage
Declaration
public bool CanChangePage { get; set; }
Property Value
System.Boolean
|
CanMoveToFirstPage
Declaration
public bool CanMoveToFirstPage { get; set; }
Property Value
System.Boolean
|
CanMoveToLastPage
Declaration
public bool CanMoveToLastPage { get; set; }
Property Value
System.Boolean
|
CanMoveToNextPage
Declaration
public bool CanMoveToNextPage { get; set; }
Property Value
System.Boolean
|
CanMoveToPreviousPage
Declaration
public bool CanMoveToPreviousPage { get; set; }
Property Value
System.Boolean
|
DisplayMode
IsTotalItemCountFixed
Declaration
public bool IsTotalItemCountFixed { get; set; }
Property Value
System.Boolean
|
ItemCount
Declaration
public int ItemCount { get; set; }
Property Value
System.Int32
|
NumericButtonCount
Declaration
public int NumericButtonCount { get; set; }
Property Value
System.Int32
|
PageCount
Declaration
public int PageCount { get; set; }
Property Value
System.Int32
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
System.Int32
|
PageSize
Declaration
public int PageSize { get; set; }
Property Value
System.Int32
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|