Xceed DataGrid for Silverlight Documentation
VisiblePosition Property


Gets or sets the column's visible position.
Syntax
'Declaration
 
Public Property VisiblePosition As Integer
'Usage
 
Dim instance As Column
Dim value As Integer
 
instance.VisiblePosition = value
 
value = instance.VisiblePosition
public int VisiblePosition {get; set;}

Property Value

A zero-based value representing the visible position of the column. By default, -1 indicating that the visible position of the column has not been explicitly defined. Once the column has been added to the Columns collection, it's visible position will be updated to reflect its location.
Remarks
The VisiblePosition property represents the visible position of the column in a grid and may, or may not, correspond to the Index property. A column's visible position can be regarded as the position the column will take when it is visible. Changing a column's visibility will not affect its visible position, allowing the visibility of columns to be changed without them being reordered.
Requirements

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

See Also

Reference

Column Class
Column Members

Send Feedback