Skip to main content

LayoutView.State Property

Obtains the View’s current state.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public LayoutViewState State { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Layout.LayoutViewState

A DevExpress.XtraGrid.Views.Layout.LayoutViewState enumeration member indicating the View’s current state.

Remarks

Use the State property to determine which action is currently being performed by an end-user.

Note

Detail pattern Views do not contain data and they are never displayed within XtraGrid. So, the State member must not be invoked for these Views. The State member can only be used with Views that display real data within the Grid Control. Use the following methods to access these Views with which an end user interacts at runtime.

See Also