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

SeparatorControl.Padding Property

Gets or sets the amount of space around the separating line.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Layout")]
public Padding Padding { get; set; }

Property Value

Type Description
Padding

A Padding structure that specifies the amount of space around the separating line.

See Also