MobileForms Toolkit Documentation

SeparatorCell.SeparatorType Property

Gets or sets the SeparatorType.

public SeparatorType SeparatorType {get; set;}

Property Value

The SeparatorType, defining direction of the separator.

Remarks

Vertical separator separates the cells vertically and horizontal horizontally. Separator draws the lines in opposite direction of the separator type, i.e. when separator is Horizontal, it draws the vertical line, and when separator is Vertical, it draws the horizontal line.

See Also

SeparatorCell Class | Resco.Controls.AdvancedList Namespace