WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EmptyLineSizeHost - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EmptyLineSizeHost

    Implements the ILineSizeHost interface for an empty collection that cannot be modified.

    Inheritance
    System.Object
    EmptyLineSizeHost
    Implements
    ILineSizeHost
    IDistancesHost
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid.ScrollAxis
    Assembly: Syncfusion.SfGridCommon.WPF.dll
    Syntax
    public class EmptyLineSizeHost : ILineSizeHost, IDistancesHost, IDisposable

    Constructors

    EmptyLineSizeHost()

    Declaration
    public EmptyLineSizeHost()

    Fields

    Empty

    Returns the empty collection.

    Declaration
    public static readonly EmptyLineSizeHost Empty
    Field Value
    Type Description
    EmptyLineSizeHost

    Properties

    Distances

    Declaration
    public IDistanceCounterCollection Distances { get; }
    Property Value
    Type Description
    IDistanceCounterCollection

    Methods

    Dispose()

    Call the Dispose and SuppressFinalize method for dipose the instance of ILineSizeHost class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose the live resources used by the ILineSizeHost class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Dispose the instance, if it is True

    GetDefaultLineSize()

    Declaration
    public double GetDefaultLineSize()
    Returns
    Type Description
    System.Double

    GetFooterLineCount()

    Declaration
    public int GetFooterLineCount()
    Returns
    Type Description
    System.Int32

    GetHeaderLineCount()

    Declaration
    public int GetHeaderLineCount()
    Returns
    Type Description
    System.Int32

    GetHidden(Int32, out Int32)

    Declaration
    public bool GetHidden(int index, out int repeatValueCount)
    Parameters
    Type Name Description
    System.Int32 index
    System.Int32 repeatValueCount
    Returns
    Type Description
    System.Boolean

    GetLineCount()

    Declaration
    public int GetLineCount()
    Returns
    Type Description
    System.Int32

    GetSize(Int32, out Int32)

    Declaration
    public double GetSize(int index, out int repeatValueCount)
    Parameters
    Type Name Description
    System.Int32 index
    System.Int32 repeatValueCount
    Returns
    Type Description
    System.Double

    InitializeScrollAxis(ScrollAxisBase)

    Declaration
    public void InitializeScrollAxis(ScrollAxisBase scrollAxis)
    Parameters
    Type Name Description
    ScrollAxisBase scrollAxis

    Events

    DefaultLineSizeChanged

    Declaration
    public event DefaultLineSizeChangedEventHandler DefaultLineSizeChanged
    Event Type
    Type Description
    DefaultLineSizeChangedEventHandler

    FooterLineCountChanged

    Declaration
    public event EventHandler FooterLineCountChanged
    Event Type
    Type Description
    System.EventHandler

    HeaderLineCountChanged

    Declaration
    public event EventHandler HeaderLineCountChanged
    Event Type
    Type Description
    System.EventHandler

    LineCountChanged

    Declaration
    public event EventHandler LineCountChanged
    Event Type
    Type Description
    System.EventHandler

    LineHiddenChanged

    Declaration
    public event HiddenRangeChangedEventHandler LineHiddenChanged
    Event Type
    Type Description
    HiddenRangeChangedEventHandler

    LinesInserted

    Declaration
    public event LinesInsertedEventHandler LinesInserted
    Event Type
    Type Description
    LinesInsertedEventHandler

    LineSizeChanged

    Declaration
    public event RangeChangedEventHandler LineSizeChanged
    Event Type
    Type Description
    RangeChangedEventHandler

    LinesRemoved

    Declaration
    public event LinesRemovedEventHandler LinesRemoved
    Event Type
    Type Description
    LinesRemovedEventHandler

    Implements

    ILineSizeHost
    IDistancesHost
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved