Provides data to paint merged columns
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public class PaintMergedColumnEventArgs : EventArgs |
| Visual Basic |
|---|
Public Class PaintMergedColumnEventArgs Inherits EventArgs |
| Visual C++ |
|---|
public ref class PaintMergedColumnEventArgs : public EventArgs |
| F# |
|---|
type PaintMergedColumnEventArgs = class inherit EventArgs end |
Remarks
A new feature in version 2.8.0 enables column merging in groups. 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.