Interface IPaddedEditableLineSizeHost
An object that implements the PaddingDistance property and DeferRefresh() method.
Inherited Members
Namespace: Syncfusion.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.Portable.dll
Syntax
public interface IPaddedEditableLineSizeHost : IEditableLineSizeHost, ILineSizeHost, IDisposable
Properties
PaddingDistance
Gets or sets the padding distance for the line.
Declaration
double PaddingDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The padding distance for the line. |
Methods
DeferRefresh()
Enter the defer cycle so that all data operations in view is performed and update once.
Declaration
IDisposable DeferRefresh()
Returns
Type | Description |
---|---|
System.IDisposable | The disposable object to release the allocated resources. |