Back to Devexpress

VGridAppearanceCollection.BandBorder Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-255b1c90.md

latest1.9 KB
Original Source

VGridAppearanceCollection.BandBorder Property

Provides appearance settings used to paint the borders of a Band.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

|

Remarks

Use the BackColor and BackColor2 properties of the BandBorder object to specify the color(s) of a band‘s border.

See the Appearances topic for more information on customizing appearances.

See Also

Appearances

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace