CultureDirection Enumeration

Allows specification of the UI culture direction. Generally, this applies to the HTML's direction attribute value.

Namespace:  Dundas.BI.Web
Assembly:  Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public enum CultureDirection
Members
  Member nameValueDescription
Auto0 Automatically determine the culture direction from the current culture. This is done on the server, and is not the same as HTML's 'auto' value for the direction attribute.
LeftToRight1 Left-to-right direction.
RightToLeft2 Right-to-left direction.
See Also