MobileForms Toolkit Documentation

Column.Alignment Property

Gets or sets the default alignment for the column.

public Alignment Alignment {get; set;}

Property Value

The default Alignment of the column.

Remarks

The cell alignment is specified in style. The column alignment is used for text, images and checkboxes (if it is a column with CellEdit property set to CellEditType.CheckBox) when TextAlignment or ImageAlignment is Alignment.Default.

See Also

Column Class | Resco.Controls.SmartGrid Namespace