IsInitializing Property (C1DropDownEditorBase)
In This Topic
Gets a value that indicating the initialization state of
C1InputControl between the
BeginInit and the
EndInit methods.
Syntax
'Declaration
Protected Property IsInitializing As Boolean
protected bool IsInitializing {get; set;}
See Also