Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

AllowMergeFromPreviousDefault Property, FootersClass Class

Defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column footers, whether cells allow merging with cells in the previous column.

Class: FootersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool AllowMergeFromPreviousDefault { get; set; }
Public Property AllowMergeFromPreviousDefault As Boolean

Value

True if cells are eligible to be used for cell merging by the previous adjacent cell, otherwise False.

The default value is False.

Comments

Defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column footers, whether cells allow merging with cells in the previous column.

The default settings for cell merging can be defined using these properties: HeadersClass.AllowMergeFromPreviousDefault for column headers, FootersClass.AllowMergeFromPreviousDefault for column footers and ColumnClass.AllowMergeFromPreviousDefault for each column.

See Also FootersClass Class | Classes | SftTree/NET 2.0