Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Settings Namespace / DetailConfigurationSettings Class
Members


In This Topic
    DetailConfigurationSettings Class
    In This Topic
    Class that allows the settings of a DetailConfiguration object to be persisted and loaded.
    Syntax
    'Declaration
     
    Public Class DetailConfigurationSettings 
       Inherits SettingsBase
    'Usage
     
    Dim instance As DetailConfigurationSettings
    public class DetailConfigurationSettings : SettingsBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.Settings.SettingsBase
          Xceed.Wpf.DataGrid.Settings.DetailConfigurationSettings

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DetailConfigurationSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating how automatic filtering of the data items will be performed.  
    Public PropertyGets or sets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding auto-filter values.  
    Public PropertyGets or sets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding filter criteria.  
    Public PropertyGets or sets a value indicating how filters entered into a FilterRow are applied.  
    Public PropertyGets or sets a value representing the fixed-column count.  
    Public PropertyGets or sets a dictionary that contains a list of the context's Footers.  
    Public PropertyGets or sets the property names of the groups.  
    Public PropertyGets or sets a dictionary that contains a list of the context's Headers.  
    Public PropertyGets or sets the sort descriptions applied to the grid.  
    Public Property  
    Public PropertyGets or sets the array of StatCellConfiguration to save/load in the DetailConfiguration settings.  
    Public PropertyGets or sets a dictionary that contains a list of the context's StatFunctions.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Applies the persisted settings to the specified object.  
    Protected MethodOverridden. Removes existing user settings if they are no longer needed.  
    Protected MethodOverridden. Reads the settings from the specified object and persists them.  
    Top
    Requirements

    See Also