/// <summary>
 /// Initializes a new instance of the RadPaginationControlAutomationPeer class.
 /// </summary>
 /// <param name="owner">The RadPaginationControl that is associated with this RadPaginationControlAutomationPeer.</param>
 public RadPaginationControlAutomationPeer(RadPaginationControl owner)
     : base(owner)
 {
 }
 internal void Attach(RadPaginationControl radPaginationControl)
 {
     this.owner = radPaginationControl;
 }