DataGridControlSettings Class
In This Topic
Class that allows the settings of a
DataGridControl object to be persisted and loaded.
Syntax
Inheritance Hierarchy
System.Object
Xceed.Wpf.DataGrid.Settings.SettingsBase
Xceed.Wpf.DataGrid.Settings.DataGridControlSettings
Public Constructors
Public Properties
| Name | Description |
 | AdvancedFilterMode | Gets or sets a value indicating the advanced filtering mode applied. |
 | AutoFilterMode | Gets or sets a value indicating how automatic filtering of the data items will be performed. |
 | AutoFilterValues | Gets or sets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding auto-filter values. |
 | CardWidth | Gets or sets a value representing the width of the cards when the grid is in a card-view layout. |
 | FilterCriteria | Gets or sets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding filter criteria. |
 | FilterCriteriaMode | Gets or sets a value indicating how filters entered into a FilterRow are applied. |
 | FixedColumnCount | Gets or sets a value representing the fixed-column count. |
 | FixedFooters | Gets or sets a dictionary that contains a list of the context's Fixed Footers. |
 | FixedHeaders | Gets or sets a dictionary that contains a list of the context's Fixed Headers. |
 | Footers | Gets or sets a dictionary that contains a list of the context's Footers. |
 | GroupPropertyNames | Gets or sets the property names of the groups. |
 | Headers | Gets or sets a dictionary that contains a list of the context's Headers. |
 | SortDescriptions | Gets or sets the sort descriptions applied to the grid. |
 | SpannedCellConflictResolutionMode | |
 | StatCellConfigurations | Gets or sets the array of StatCellConfiguration to save/load in the DataGridControl settings. |
 | StatFunctions | Gets or sets a dictionary that contains a list of the context's StatFunctions. |
Top
Requirements
See Also