Xceed DataGrid for Silverlight Documentation
RightFixedColumnCount Property


Gets or sets the number of columns that are fixed to the right of the viewport.
Syntax
'Declaration
 
Public Property RightFixedColumnCount As Integer
'Usage
 
Dim instance As DataGridControl
Dim value As Integer
 
instance.RightFixedColumnCount = value
 
value = instance.RightFixedColumnCount
public int RightFixedColumnCount {get; set;}

Property Value

A value representing the number of columns that are fixed to the right of the viewport. By default, 0.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback