Back to Devexpress

PropertyGridControl.ShowGridLines Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-3c45c65d.md

latest1.3 KB
Original Source

PropertyGridControl.ShowGridLines Property

Gets or sets a value indicating whether the grid lines should be visible in the property grid. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public bool ShowGridLines { get; set; }
vb
Public Property ShowGridLines As Boolean

Property Value

TypeDescription
Boolean

true, to show the grid lines in the property grid; otherwise, false.

|

Remarks

Use the ShowGridLines property to control the visibility of grid lines. The grid lines are visible by default.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace