Back to Devexpress

LightweightCellEditor.Padding Property

wpf-devexpress-dot-xpf-dot-grid-dot-lightweightcelleditor-12e34ca6.md

latest1.1 KB
Original Source

LightweightCellEditor.Padding Property

Gets or sets the amount of space between the editor’s borders and its contents. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Thickness Padding { get; set; }
vb
Public Property Padding As Thickness

Property Value

TypeDescription
Thickness

A Thickness value representing padding values.

|

See Also

LightweightCellEditor Class

LightweightCellEditor Members

DevExpress.Xpf.Grid Namespace