New to Telerik UI for WinFormsStart a free 30-day trial

Index comparer of LineInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class LineInfoBlockIndexComparer

Inheritance: objectLineInfoBlockIndexComparer

Constructors

Initializes a new instance of the LineInfoBlockIndexComparer class.

C#
public LineInfoBlockIndexComparer(int blockIndex)
Parameters:blockIndexint

Index of the block.

Methods

Compares the specified line.

C#
public int Compare(LineInfo line, LineInfo nullLine)
Parameters:lineLineInfo

The line.

nullLineLineInfo

The null line.

Returns:

int