GridViewDataColumnSettings.AllowCellMerge Property
Specifies if cell merging is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowCellMerge { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowCellMerge As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
true, to allow cell merging; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 53 property paths
Library | Object Type | Path to AllowCellMerge |
---|---|---|
ASP.NET Controls and MVC Extensions | GridViewDataBinaryImageColumn |
|
GridViewDataButtonEditColumn |
|
|
GridViewDataCheckColumn |
|
|
GridViewDataColorEditColumn |
|
|
GridViewDataColumn |
|
|
GridViewDataComboBoxColumn |
|
|
GridViewDataDateColumn |
|
|
GridViewDataDropDownEditColumn |
|
|
GridViewDataHyperLinkColumn |
|
|
GridViewDataImageColumn |
|
|
GridViewDataMemoColumn |
|
|
GridViewDataProgressBarColumn |
|
|
GridViewDataSpinEditColumn |
|
|
GridViewDataTextColumn |
|
|
GridViewDataTimeEditColumn |
|
|
GridViewDataTokenBoxColumn |
|