Interface INestedDistancesHost
An object that implements the GetDistances(Int32) method.
Namespace: Syncfusion.UI.Xaml.Grids.ScrollAxis
Assembly: Syncfusion.GridCommon.WinUI.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 |