Back to Devexpress

RepositoryItemTextEdit.Padding Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-ce2e5221.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Padding Padding { get; set; }
vb
<DXCategory("Appearance")>
Public Property Padding As Padding

Property Value

TypeDescription
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

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace