menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface INestedDistancesHost - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface INestedDistancesHost

    An object that implements the GetDistances(Int32) method.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.UI.Xaml.Grid.ScrollAxis
    Assembly: Syncfusion.SfGridCommon.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.

    Returns
    Type
    IDistanceCounterCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved