Skip to main content

RepositoryItemTextEdit.Padding Property

Gets or sets the TextEdit padding. The MemoEdit does not fully support this property, use the MaskBoxPadding property instead.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.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

Use the TextEdit.Properties property to access the Padding property.

See Also