RibbonItemDataFields.BeginGroupField Property
Gets or sets the name of a data field (or xml element attribute) which provides values specifying whether an item separator should be displayed before items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "BeginGroup" | A string value that specifies the name of the required data source field. |
Remarks
The BeginGroupField property is in effect if the ASPxRibbon control is bound to a data source.
Use the BeginGroupField property to specify the bound data source’s data field (or an xml element’s attribute) which stores values identifying whether a specific separator should appear before items. The BeginGroupField property maps the RibbonItemBase.BeginGroup property of RibbonItemBase objects to the specified data field’s values.