DataPager
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class DataPager : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlDataPager...
Implements:
Inherited Members
Constructors
C#
public DataPager()
Fields
C#
public static AutomationProperty AutoEllipsisProperty
C#
public static AutomationProperty CanChangePageProperty
C#
public static AutomationProperty CanMoveToFirstPageProperty
C#
public static AutomationProperty CanMoveToLastPageProperty
C#
public static AutomationProperty CanMoveToNextPageProperty
C#
public static AutomationProperty CanMoveToPreviousPageProperty
C#
public static AutomationProperty DisplayModeProperty
C#
public static AutomationProperty IsTotalItemCountFixedProperty
C#
public static AutomationProperty ItemCountProperty
C#
public static AutomationProperty NumericButtonCountProperty
C#
public static AutomationProperty PageCountProperty
C#
public static AutomationProperty PageIndexProperty
C#
public static AutomationProperty PageSizeProperty
Properties
C#
public bool AutoEllipsis { get; set; }
C#
public bool CanChangePage { get; set; }
C#
public bool CanMoveToFirstPage { get; set; }
C#
public bool CanMoveToLastPage { get; set; }
C#
public bool CanMoveToNextPage { get; set; }
C#
public bool CanMoveToPreviousPage { get; set; }
C#
public PagerDisplayMode DisplayMode { get; set; }
C#
public bool IsTotalItemCountFixed { get; set; }
C#
public int NumericButtonCount { get; set; }