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


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

    System.Object
       Xceed.Wpf.DataGrid.Settings.SettingsBase
          Xceed.Wpf.DataGrid.Settings.ColumnSettings
             Xceed.Wpf.DataGrid.Settings.MergedColumnSettings

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MergedColumnSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating the direction in which a cell can span in order to merge with other cells. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertyGets or sets the names of the merged column header's child columns.  
    Public PropertyGets or sets a value representing the drag behavior of the column. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertyUsed for persisting settings. Saves and restores Column.GroupValueStringFormat. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertyGets or sets a value indicating of the column is orphaned. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertySaves Column.CellContentStringFormat when datagrid settings are saved (persisted), and restores it when settings are loaded. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertyGets or sets the title of the column to save. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertyGets or sets a value indicating whether the column is visible. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertyGets or sets a value representing the column's visible position. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    Public PropertyGets or sets a column's width. (Inherited from Xceed.Wpf.DataGrid.Settings.ColumnSettings)
    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

    Target Platforms: Windows 11, Windows 10, 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