A newer version of this page is available.
Switch to the current version.
ASPxPagerBase.SeparatorPaddings Property
Gets the padding settings of separators.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public virtual Paddings SeparatorPaddings { get; }
Public Overridable ReadOnly Property SeparatorPaddings As Paddings
Property Value
Type | Description |
---|---|
Paddings | A Paddings object that contains padding settings. |
Remarks
Separator paddings are considered as the amount of space between the outer boundaries of a separator and the boundaries of the adjacent page numbers.
See Also
Feedback