GridViewDataColumnSettings.AllowCellMerge Property
Specifies if cell merging is allowed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowCellMerge { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default |
|
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Allow |
---|---|
Grid |
|
#Remarks
Set the AllowCellMerge property to true
, to allow a grid to automatically merge adjacent cells with the same values in the current column. If the AllowCellMerge property is set to Default, the column’s behavior is controlled by the ASPxGridView’s ASPxGridViewBehaviorSettings.AllowCellMerge property.
Note
If the Allowtrue
, the Grid