FlexGrid for WinRT
ColumnLayout Property

Gets or sets a string that defines the current column layout.
Syntax
'Declaration
 
Public Property ColumnLayout As System.String
public System.string ColumnLayout {get; set;}
Remarks

The column layout string defines the column positions, visibility, and width. Invalid information in the column layout string is ignored.

This property can be used to persist column layouts defined by users so they are preserved across sessions, and it can also be used to implement undo/redo functionality in applications that allow users to modify the column layout.

In order for the ColumnLayout property to work correctly, columns should have unique names (see Column.ColumnName property) or binding paths.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback