Xceed DataGrid for Silverlight Documentation
LeftFixedColumnCount Property


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

Property Value

A value representing the number of columns that are fixed to the left 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