A newer version of this page is available.
Switch to the current version.
ASPxPagerBase.SeparatorHeight Property
Gets or sets the height of separators that separate page numbers.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public virtual Unit SeparatorHeight { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Overridable Property SeparatorHeight As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit value that specifies the separator's height. |
See Also
Feedback