Back to Devexpress

LayoutViewOptionsView.ShowCardFieldBorders Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-f96abd39.md

latest2.3 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowCardFieldBorders { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowCardFieldBorders As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

ShowCardBorderIfCaptionHidden

LayoutViewOptionsView Class

LayoutViewOptionsView Members

DevExpress.XtraGrid.Views.Layout Namespace