Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateInputField Class / EndInit Method


In This Topic
    EndInit Method (DateInputField)
    In This Topic
    Indicates that the initialization process for the element is complete.
    Syntax
    'Declaration
     
    Public Overrides Sub EndInit() 
    'Usage
     
    Dim instance As DateInputField
     
    instance.EndInit()
    public override void EndInit()
    Exceptions
    ExceptionDescription
    System.Windows.FrameworkElement.EndInit was called without System.Windows.FrameworkElement.BeginInit having previously been called on the element.
    See Also