Interface INestedDistancesHost
An object that implements the GetDistances(Int32) method.
Namespace: Syncfusion.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.Portable.dll
Syntax
public interface INestedDistancesHost : IDisposable
Methods
GetDistances(Int32)
Gets the nested distances, if a line contains a nested lines collection, otherwise null.
Declaration
IDistanceCounterCollection GetDistances(int line)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | line | The line at which the distances is to be obtained. |
Returns
Type | Description |
---|---|
IDistanceCounterCollection | The nested distances, if a line contains a nested lines collection, otherwise null. |