Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinTextBox Class / InBatchInitialization Property


In This Topic
    InBatchInitialization Property (WinTextBox)
    In This Topic
    Gets a boolean value indicating if the textbox is in batch initialization mode.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property InBatchInitialization As Boolean
    'Usage
     
    Dim instance As WinTextBox
    Dim value As Boolean
     
    value = instance.InBatchInitialization
    [Browsable(false)]
    public bool InBatchInitialization {get;}

    Property Value

    true if the textbox is in batch initialization mode; false otherwise.
    Remarks

    The textbox is in batch initialization mode when the System.ComponentModel.ISupportInitialize.BeginInit and System.ComponentModel.ISupportInitialize.EndInit methods are used.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also