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

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

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. This text box is represented by the DevExpress.XtraEditors.TextBoxMaskBox object that can be accessed via the TextEdit.MaskBox property.

See Also