Skip to main content

RepositoryItemTextEdit.Padding Property

Gets or sets the TextEdit padding.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Padding Padding { get; set; }

Property Value

Type Description
Padding

A System.Windows.Forms.Padding structure that specifies the amount of space between the editor’s text and the border.

Remarks

The Padding can be accessed via the TextEdit.Properties property.

See Also