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

ErrorFrameStyle.ErrorTextPaddings Property

Gets the padding settings of the error text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Paddings ErrorTextPaddings { get; }

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