UIControllerAddAllColumns Method

Adds all the columns of the Entity determined in the From property, and all the entities specified in the Relations property to the Columns property collection.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void AddAllColumns()

Remarks

See Columns property for a detailed explanation about columns in a UIController

See Also