Skip to main content
Tab

NavBarGroup.DataPath Property

Gets the path to the data that is bound to the navbar group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string DataPath { get; }

Property Value

Type Default Description
String String.Empty

The path to the data that is bound to the group. This value comes from the hierarchical data source control to which the navbar control is bound.

Remarks

The DataPath property value is commonly used when calling the GetHierarchicalView method to provide the path to the data that is bound to the current navbar group. This method then returns a HierarchicalDataSourceView object that contains the data at the specified path.

See Also