Skip to main content

LayoutViewOptionsView.ShowCardFieldBorders Property

Gets or sets whether borders are displayed for card fields. This property is not supported in all skins.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowCardFieldBorders { get; set; }

Property Value

Type Default Description
Boolean false

true if borders are displayed for card fields; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowCardFieldBorders
LayoutView
.OptionsView .ShowCardFieldBorders

Remarks

The ShowCardFieldBorders property is supported in the following skins: Coffee, Liquid Sky, London Liquid Sky, Glass Oceans, Stardust, Xmas 2008 Blue, Valentine, McSkin, Summer 2008, Pumpkin, Dark Side, Springtime, Sharp, Sharp Plus, The Asphalt World, Caramel, Money Twins, Lilian, iMaginary, Black, Office 2007 Blue (Black, Silver, Green, Pink), Blue and Darkroom.

See Also