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.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.