Xceed DataGrid for Silverlight Documentation
AllowFixedColumns Property


Gets or sets a value indicating of columns can be fixed by the end user.
Syntax
'Declaration
 
Public Property AllowFixedColumns As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
instance.AllowFixedColumns = value
 
value = instance.AllowFixedColumns
public bool AllowFixedColumns {get; set;}

Property Value

true if columns can be fixed by the end user; false, otherwise.
Remarks
The AllowFixedColumns property only affects end-user interaction and does not prevent columns from being fixed programmatically.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback