Skip to main content
A newer version of this page is available. .

DashboardItemState.SelectedLayerIndex Property

Gets or sets an index of the selected dashboard item layer.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public int SelectedLayerIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies an index of the selected layer.

Remarks

The SelectedLayerIndex property is in effect for the following dashboard items that allow end-users to switch between different layers:

See Also