ErrorFrameStyle.ErrorTextPaddings Property
In This Article
Gets the padding settings of the error text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Paddings | A Paddings object that contains padding settings. |
#Remarks
Error text paddings are considered as the amount of space between the text’s outer boundaries and both the error frame’s boundaries and the editor’s nearest boundary.
See Also