Class EmptyLineSizeHost
Implements the ILineSizeHost interface for an empty collection
that cannot be modified.
Inheritance
System.Object
EmptyLineSizeHost
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.GridCommon.WinForms.dll
public class EmptyLineSizeHost : ILineSizeHost, IDistancesHost, IDisposable
Constructors
Declaration
public EmptyLineSizeHost()
Fields
Returns the empty collection.
Declaration
public static readonly EmptyLineSizeHost Empty
Field Value
Properties
Declaration
public IDistanceCounterCollection Distances { get; }
Property Value
Methods
Call the Dispose and SuppressFinalize method for dipose the instance of ILineSizeHost class.
Declaration
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
Dispose the instance, if it is True
|
Declaration
public double GetDefaultLineSize()
Returns
Declaration
public int GetFooterLineCount()
Returns
Declaration
public int GetHeaderLineCount()
Returns
Declaration
public bool GetHidden(int index, out int repeatValueCount)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
repeatValueCount |
|
Returns
Declaration
public int GetLineCount()
Returns
Declaration
public double GetSize(int index, out int repeatValueCount)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
repeatValueCount |
|
Returns
Declaration
public void InitializeScrollAxis(ScrollAxisBase scrollAxis)
Parameters
Events
Declaration
public event DefaultLineSizeChangedEventHandler DefaultLineSizeChanged
Event Type
Declaration
public event EventHandler FooterLineCountChanged
Event Type
Declaration
public event EventHandler HeaderLineCountChanged
Event Type
Declaration
public event EventHandler LineCountChanged
Event Type
Declaration
public event HiddenRangeChangedEventHandler LineHiddenChanged
Event Type
Declaration
public event LinesInsertedEventHandler LinesInserted
Event Type
Declaration
public event RangeChangedEventHandler LineSizeChanged
Event Type
Declaration
public event LinesRemovedEventHandler LinesRemoved
Event Type
Implements
System.IDisposable