Click or drag to resize
GridTableViewDir Property

Gets or sets the text direction. This property is related to Kettic KaxGrid support for Right-To-Left lanugages. It has two possible vales defined by GridTableTextDirection enumeration:

  • LTR - left-to-right text
  • RTL - right-to-left text

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual GridTableTextDirection Dir { get; set; }

Property Value

Type: GridTableTextDirection
See Also