Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > ColumnManagerRow Class : AllowColumnResize Property |
'Declaration Public Property AllowColumnResize As Nullable(Of Boolean)
'Usage Dim instance As ColumnManagerRow Dim value As Nullable(Of Boolean) instance.AllowColumnResize = value value = instance.AllowColumnResize
public Nullable<bool> AllowColumnResize {get; set;}
If a column's AllowResize property has been explicitly defined, it will override the value defined by the column-manager row or grid.
The AllowColumnResize property only affects end-user interaction and does not prevent the width of columns from being modified programmatically.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family