Skip to main content
A newer version of this page is available. .
Tab

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.v18.2.dll

Declaration

[DefaultValue("BeginGroup")]
public virtual string BeginGroupField { get; set; }

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.

See Also