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


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

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

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DataGridControlSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating the advanced filtering mode applied.  
    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 value representing the width of the cards when the grid is in a card-view layout.  
    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 Fixed Footers.  
    Public PropertyGets or sets a dictionary that contains a list of the context's Fixed Headers.  
    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 DataGridControl 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