'Declaration Public Class DetailConfigurationSettings Inherits SettingsBase
'Usage Dim instance As DetailConfigurationSettings
public class DetailConfigurationSettings : SettingsBase
'Declaration Public Class DetailConfigurationSettings Inherits SettingsBase
'Usage Dim instance As DetailConfigurationSettings
public class DetailConfigurationSettings : SettingsBase
System.Object
Xceed.Wpf.DataGrid.Settings.SettingsBase
Xceed.Wpf.DataGrid.Settings.DetailConfigurationSettings
Name | Description | |
---|---|---|
![]() | DetailConfigurationSettings Constructor | Initializes a new instance of the DetailConfigurationSettings class. |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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 DetailConfiguration settings. |
![]() | StatFunctions | Gets or sets a dictionary that contains a list of the context's StatFunctions. |
Name | Description | |
---|---|---|
![]() | ApplyTo | Overridden. Applies the persisted settings to the specified object. |
![]() | Cleanup | Overridden. Removes existing user settings if they are no longer needed. |
![]() | PersistFrom | Overridden. Reads the settings from the specified object and persists them. |