ControlBuilder.FChildrenAsProperties Propiedad
Definición
Obtiene un valor que determina si el control tiene un objeto ParseChildrenAttribute con ChildrenAsProperties establecida en true
.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
Valor de propiedad
true
si el control tiene un ParseChildrenAttribute con la propiedad ChildrenAsProperties establecida en true
; en caso contrario, false
.true
if the control has a ParseChildrenAttribute with ChildrenAsProperties set to true
, otherwise false
.