windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-f96abd39.md
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.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowCardFieldBorders { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowCardFieldBorders As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if borders are displayed for card fields; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to ShowCardFieldBorders |
|---|---|
| LayoutView |
.OptionsView .ShowCardFieldBorders
|
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