Skip to main content

RepositoryItemTextEdit.MaskBoxPadding Property

Gets or sets the amount of space around the text box embedded in the TextEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Padding MaskBoxPadding { get; set; }

Property Value

Type Description
Padding

A System.Windows.Forms.Padding structure that specifies the amount of space around the editor’s text box.

Remarks

Use the MaskBoxPadding property to specify the amount of space around the text box within the TextEdit.

See Also