Back to Devexpress

DxMenuDataMappingBase.BeginGroup Property

blazor-devexpress-dot-blazor-dot-base-dot-dxmenudatamappingbase.md

latest1.1 KB
Original Source

DxMenuDataMappingBase.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 DxMenuDataMappingBase class description for additional information and examples.

See Also

DxMenuDataMappingBase Class

DxMenuDataMappingBase Members

DevExpress.Blazor.Base Namespace