Skip to main content
All docs
V24.1

RepositoryItemTextEdit.TextPadding Property

Gets or sets the text (value) padding within the editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Padding

The text (value) padding within the editor.

Remarks

The TextPadding property specifies paddings for editor text:

WinForms Editors - Text Padding

buttonEdit1.Properties.TextPadding = new Padding(10);
See Also