Back to Devexpress

GridViewAppearances.Preview Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-26b89a3f.md

latest1.9 KB
Original Source

GridViewAppearances.Preview Property

Gets the appearance settings used to paint the preview sections.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject Preview { get; }
vb
Public ReadOnly Property Preview As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint the preview sections.

|

Remarks

The preview sections can also be custom painted using the GridView.CustomDrawRowPreview event.

See Also

CustomDrawRowPreview

Appearance and Conditional Formatting

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace