ControlBuilder.FChildrenAsProperties Property

Definition

Gets a value that determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true.

protected:
 property bool FChildrenAsProperties { bool get(); };
protected bool FChildrenAsProperties { get; }
member this.FChildrenAsProperties : bool
Protected ReadOnly Property FChildrenAsProperties As Boolean

Property Value

true if the control has a ParseChildrenAttribute with ChildrenAsProperties set to true, otherwise false.

Applies to