Xceed Grid for WinForms v4.3 Documentation
PersistedColumnProperties Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportSettings Class : PersistedColumnProperties Property
Gets a collection containing the case-sensitive names of the ColumnReportStyle properties that will be saved when the Save method is called, and loaded when the Load method is called.
Syntax
'Declaration
 
Public ReadOnly Property PersistedColumnProperties As PropertyNameCollection
'Usage
 
Dim instance As ReportSettings
Dim value As PropertyNameCollection
 
value = instance.PersistedColumnProperties
public PropertyNameCollection PersistedColumnProperties {get;}

Property Value

A PropertyNameCollection containing the case-sensitive names of the ColumnReportStyle properties that will saved when the Save method is called, and loaded when the Load method is called. By default, the Width and Visible properties will be saved/loaded.
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

ReportSettings Class
ReportSettings Members