using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace OT.Controls.DataPager { #region Enumerations //Gary public enum ShowPageMax: byte { ///// Never, ///// Auto, ///// Always } public enum PageMaxType { ///// TextBox, ///// DropDownList } //Gary ///// public enum ShowPageIndexBox : byte { ///// Never, ///// Auto, ///// Always } ///// public enum PageIndexBoxType { ///// TextBox, ///// DropDownList } ///// public enum ShowCustomInfoSection : byte { ///// Never, ///// Left, ///// Right } ///// public enum PagingButtonType : byte { ///// Text, ///// Image, Button } ///// public enum LayoutType : byte { ///// Table, ///// Div } ///// public enum PagingButtonPosition : byte { ///// Beginning, ///// End, ///// Center, ///// Fixed } ///// public enum PagingButtonLayoutType : byte { ///// UnorderedList, ///// Span, ///// None } public enum NavigationButtonPosition : byte { ///// Left, ///// Right, ///// BothSides } #endregion }