Skip to main content
Tab

ErrorFrameStyle.ErrorTextPaddings Property

Gets the padding settings of the error text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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