Interface INestedDistancesHost
An object that implements the GetDistances(Int32) method.
Inherited Members
System.IDisposable.Dispose()
Namespace: Syncfusion.WinForms.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.WinForms.dll
Syntax
public interface INestedDistancesHost : IDisposable
Methods
GetDistances(Int32)
Gets the nested distances if a line contains a nested lines collection; null otherwise.
Declaration
IDistanceCounterCollection GetDistances(int line)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | line | The line. |
Returns
Type |
---|
IDistanceCounterCollection |