Back to Devexpress

DxContextMenuDataMappingBase.BeginGroup Property

blazor-devexpress-dot-blazor-dot-base-dot-dxcontextmenudatamappingbase.md

latest1.1 KB
Original Source

DxContextMenuDataMappingBase.BeginGroup Property

Specifies whether an item is the start of a new item group. Map this property to a data source field.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
[Parameter]
public string BeginGroup { get; set; }

Property Value

TypeDefaultDescription
Stringnull

The field name.

|

Remarks

Refer to the DxContextMenuDataMappingBase class description for additional information and examples.

See Also

DxContextMenuDataMappingBase Class

DxContextMenuDataMappingBase Members

DevExpress.Blazor.Base Namespace