Interface INestedDistancesHost
An object that implements the GetDistances(Int32) method.
Inherited Members
System.IDisposable.Dispose()
Namespace: Syncfusion.Windows.Controls.Scroll
Assembly: Syncfusion.GridCommon.Wpf.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. |