Template ControlIs Initialized Property
This read-only property can be used to determine whether or not the template has been initialized
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsInitialized { get; }VB
Public ReadOnly Property IsInitialized As Boolean
GetC++
public:
property bool IsInitialized {
bool get ();
}F#
member IsInitialized : bool with get