Merged column enables collecting regular columns in groups

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public class MergedColumn : IEnumerable<Column>, 
	IEnumerable
Visual Basic
Public Class MergedColumn
	Implements IEnumerable(Of Column), IEnumerable
Visual C++
public ref class MergedColumn : IEnumerable<Column^>, 
	IEnumerable
F#
type MergedColumn =  
    class
        interface IEnumerable<Column>
        interface IEnumerable
    end

Remarks

Regular columns can be moved and sorted and their size can be changed within a group. However, the grid doesn’t support moving columns outside the group or inserting a column not belonging to the group into the middle of this group. Merged columns cannot be grouped, but otherwise they behave as regular columns.

Inheritance Hierarchy

System..::..Object
  Dapfor.Net.Ui..::..MergedColumn

See Also