Skip to main content
A newer version of this page is available. .

RepositoryItemTextEdit.Padding Property

Gets or sets the TextEdit padding.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

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