menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved