Back to Devexpress

DataViewBase.Padding Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-9e9d4471.md

latest1.1 KB
Original Source

DataViewBase.Padding Property

This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public Thickness Padding { get; set; }
vb
<Browsable(False)>
Public Property Padding As Thickness

Property Value

Type
Thickness

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace