ToolbarDropDownMenu.BeginGroupField Property
Gets or sets the data source field which identifies items that start a group.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value that specifies the name of the required data source field. |
Remarks
The BeginGroupField property is in effect if the ToolbarDropDownMenu control is bound to a data source (via the ToolbarCustomDropDownBase.DataSource or ToolbarCustomDropDownBase.DataSourceID property).
Note
The BeginGroupField property synchronizes its value with the items’s ToolbarMenuItem.BeginGroup property.
See Also