Back to Devexpress

BootstrapMenuBase.BeginGroupField Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapmenubase.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue("")]
public string BeginGroupField { get; set; }
vb
<DefaultValue("")>
Public Property BeginGroupField As String

Property Value

TypeDefaultDescription
StringString.Empty

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

Menu

BootstrapMenuBase Class

BootstrapMenuBase Members

DevExpress.Web.Bootstrap Namespace