DataControlBase.ShowBorder Property
In This Article
Gets or sets whether to show the grid's border. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
public bool ShowBorder { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to show the border; otherwise, false. |
See Also