Back to Devexpress

ColumnViewAppearances Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-7f6c4fb4.md

latest2.5 KB
Original Source

ColumnViewAppearances Class

Provides the appearance settings used to paint elements which are common to all types of View.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class ColumnViewAppearances :
    BaseViewAppearanceCollection
vb
Public Class ColumnViewAppearances
    Inherits BaseViewAppearanceCollection

Remarks

The ColumnViewAppearances class introduces the ColumnViewAppearances.FilterCloseButton and ColumnViewAppearances.FilterPanel properties. These properties are of the AppearanceObject type and provide the appearance settings used to paint the filter close button and filter panel.

The ColumnViewAppearances descendants expose additional appearance properties that provide the settings used to paint the elements that are specific to particular types of View.

Inheritance

Object BaseAppearanceCollection BaseViewAppearanceCollection ColumnViewAppearances CardViewAppearances

GridViewAppearances

LayoutViewAppearances

WinExplorerViewAppearances

BandedViewAppearances

See Also

ColumnViewAppearances Members

DevExpress.XtraGrid.Views.Base Namespace