Click or drag to resize
BasicFormIsFirstLoad Property
Indicates if inner controls are loaded for the first time (the form may be initialized on a postback).

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public bool IsFirstLoad { get; }

Property Value

Type: Boolean
See Also