Interface IDataWindow
Provides the functionality for data window.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IDataWindow
Properties
Position
Gets the position of window in output stream.
Declaration
long Position { get; }
Property Value
Type |
---|
System.Int64 |
Size
Gets the size of window's data.
Declaration
long Size { get; }
Property Value
Type |
---|
System.Int64 |
Source
Gets the source for reading data of this stream. More than one windows can use this source.
Declaration
ISource Source { get; }
Property Value
Type |
---|
ISource |
Start
Gets the index of first byte of window's data in Source.
Declaration
long Start { get; }
Property Value
Type |
---|
System.Int64 |