Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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