Click or drag to resize
GridTableTextDirection Enumeration
Specifies the two possible text directions. Related to Kettic KaxGrid support for right-to-left languages.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridTableTextDirection
Members
  Member nameValueDescription
LTR0Left-To-Right direction
RTL1Right-To-Left direction
See Also