A newer version of this page is available.
Switch to the current version.
BootstrapMenuBase.BeginGroupField Property
Gets or sets the data source field which identifies menu items that start a group.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue("")]
public string BeginGroupField { get; set; }
<DefaultValue("")>
Public Property BeginGroupField As String
Property Value
Type | Default | Description |
---|---|---|
String | A string value that specifies the name of the required data source field. |
Remarks
The BeginGroupField property is in effect if the Menu control is bound to a data source.
See Also
Feedback