Exemplo n.º 1
0
 void OnOrientationChanged()
 {
     if (NavigatorOrientation == NavigatorOrientation.Vertical)
     {
         _PrevTextLocation = this.TextLocation;
         this.TextLocation = NavigatorButtonsTextLocation.None;
         return;
     }
     this.TextLocation = _PrevTextLocation;
 }
Exemplo n.º 2
0
 public ExtendedDataNavigator(GridControl control) : base(control)
 {
     _PrevTextLocation    = this.TextLocation;
     NavigatorOrientation = NavigatorOrientation.Horizontal;
 }