Click or drag to resize
StyleHorzAlign Property
Gets or sets the horizontal alignment for a cell .

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(HorizontalAlignment), "Left")]
public HorizontalAlignment HorzAlign { get; set; }

Property Value

Type: HorizontalAlignment
The cell's horizontal alignment..
See Also