Xceed DataGrid for Silverlight Documentation
AutoAlignColumns Property


Gets or sets a value indicating whether columns should be automatically aligned according to their data type.
Syntax
'Declaration
 
Public Property AutoAlignColumns As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
instance.AutoAlignColumns = value
 
value = instance.AutoAlignColumns
public bool AutoAlignColumns {get; set;}

Property Value

true if columns should be automatically aligned according to their data type; false otherwise. By default, true meaning that numeric and date-time columns will be aligned to the right, string and enumeration columns will be aligned to the left, while boolean columns will be centered.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback