ASP.NET MVC Controls
Align Property

Gets or sets the horizontal alignment of items in this column.
Syntax
'Declaration
 
Public Property Align As String
public string Align {get; set;}
Remarks
The default value for this property is null, which causes the grid to select the alignment automatically based on column's dataType (numbers are right-aligned, boolean values are centered, other types are left-aligned).If you want to override the default alignment, set this property to 'left', 'right', or 'center'.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnBase Class
ColumnBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback