Skip to main content

LayoutViewCard.ViewInfo Property

Returns the object which contains the internal information used to render the card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

[Browsable(false)]
public LayoutViewCardViewInfo ViewInfo { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Layout.LayoutViewCardViewInfo

A DevExpress.XtraGrid.Views.Layout.LayoutViewCardViewInfo object which contains the internal information used to render the card.

Remarks

The ViewInfo member supports the internal infrastructure and in most cases is not intended to be used directly from your code. This property returns the object containing information needed to draw the card.

See Also