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: 2023.4.9.0
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