DataListSeparatorHeight Property

This property is used to set or get the height of the separators when the SeparatorsVisible property is true.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public int SeparatorHeight { get; set; }

Property Value

Int32
The default height is 1 pixel

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the value is not between 1 and 20

See Also