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

CardVisibleState Enum

Contains values representing the visibility state of a card.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public enum CardVisibleState

Members

Name Description
Hidden

The card is hidden.

Visible

The card is entirely visible.

Partially

The card is partially visible.

Remarks

Values listed by this enumeration are returned by the CardView.IsCardVisible method.

See Also