Skip to main content

INavigationDataMapping.VisibleField Property

Specifies a data field that contains visibility settings for the current item.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

string VisibleField { get; set; }

Property Value

Type Description
String

The data field.

Remarks

Refer to the following topics about data binding and mappings:

Watch Video: Data Binding in Navigation Components

See Also