7

How can you define the right-to-left alignment in the gridcontrol deployment com...

 2 years ago
source link: https://www.codesd.com/item/how-can-you-define-the-right-to-left-alignment-in-the-gridcontrol-deployment-component.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

How can you define the right-to-left alignment in the gridcontrol deployment component?

advertisements

How i can set right-to-left align in devexpress gridcontrol component ? (without using wpf)

like this picture:

lZy4b.png

In release 15.1 DevExpress introduced Right-To-Left (RTL) support across the following controls:

  • Charts
  • Grid controls (Grid, Treelist, Pivot Grid, Vertical Grid and Property Grid)
  • Data Editors and Controls (Range Control, Rating Control, etc.)
  • Ribbon, Menus and related controls (BackstageView, AppMenu, еtс.)
  • Layout Control and layout containers (TabControl, GroupControl, etc.)
  • Navigation Controls (Navigation Bar, Tile Control, etc.)
  • Application UI Controls (Docking, DocumentManager, etc.)

So, just set GridControl.RightToLeft property to RightToLeft.Yes and you will get the RTL layout.

Tags devexpress

Related Articles

How can you define the function via & ldquo; fn & rdquo; member in Javascript?

I found the following definition $.fn.flex = function ( options ) { var p = this.data("flex"), opts = options || {}; if (p) return p; this.each(function () { p = new Flex( this, opts ); $(this).data("flex", p); }); return opts.api ? p

How can you get the post category on single.php

How can you get the post category on single.php? I've tried: <h1><?php echo $this->escapeHtml($post->get_the_category()) ?></h1> & <?php echo $this->escapeHtml($post->get_category_parents( $cat, true, ' » ' )) ?> &a

How do you define the class of an object to something else?

I've seen this recently and now I can't find it - How do you set the class of an object to something else? --Update: Well, in Pharo! Like: d:=Object new. d setClass: Dictionary. Only that it isn't actually setClass. How can you modify the class point

How can you get the Azure automation script for a single service?

How can you get the Azure automation script for just a single service? In this case I've selected an App Service Plan, but when I click on it's "Automation script" in the Azure Portal, I get the script for everything (minus the various resource

How can you find the min number in this function in javascript

how can you find the min or max number in a function like this {"a",5,"h",7,true,6,"h",7}. The solution must be applicable to other kinds of functions with the same characteristic. I set min = arguments[0] but what if it's no

How can you get the IP address calling on an ejb call?

If a java client calls a remote EJB on a different server, how can you get the client IP address? Note that it is important to get it from the server, because the client is likely behind a NAT firewall, and in this case we need the public IP address.

How can you find the number of occurrences of a particular character in a string using sql?

How can you find the number of occurrences of a particular character in a string using sql? Example: I want to find the number of times the letter 'd' appears in this string. declare @string varchar(100) select @string = 'sfdasadhfasjfdlsajflsadsadsd

How can you get the metadata of an image by the Perl module?

I installed the following component by MacPorts: p5-image-info @1.16 (perl, graphics) Extract meta information from image files It says in its website that you can use it by Usage is something like this: use Image::Info qw(image_info); @info = image_

How can you find the latest version of a Java maven artifact using ether?

Their documentation is really slim and I was unable to figure it out. I found a partial answer here, but it doesn't have all the code. How can you find the latest version of a maven artifact from Java using aether?The Aether Team maintains a demo pag

How can you calculate the smallest number of queens that can be placed to attack each unhedged box?

This is a variant question from the Elements of Programming Interviews and doesn't come with a solution. How can you compute the smallest number of queens that can be placed to attack each uncovered square?The problem is about finding a minimal domin

How can you filter the list by value of the property in an int list?

I've defined two lists and now want to filter the escHistory list by Application property matching the filterRIDS RID values. But stepping through the LINQ that filters out the escHistory I get a return count of zero. Although the list does contain r

C ++. How do you define the template parameter of type T for class A when class T needs a template parameter of type A?

Executor class has template of type P and it takes a P object in constructor. Algo class has a template E and also has a static variable of type E. Processor class has template T and a collection of Ts. Question how can I define Executor< Processor<

How can you control the folds by an external file in Vim?

I have been searching a solution which puts the fold marks and codes to an external hidden file. This way you could have permanent folds without extra fold signs. How can you control folds by an external file in Vim?That's a very general question. Wh

clojure: If I create an operator staircase, how can I define the identity of the operator in general?

I was thinking about how you can build * out of +, and + out of inc ultimately, then going in the other direction applying the same pattern of using the lower function (f a b) b times you get a staircase of hyper-multiplicative functions of ever incr

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK