RgfGridColumnSettingsInitColumnSettings Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Models
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.19.0.10616
C#
public static IEnumerable<RgfGridColumnSettings> InitColumnSettings(
	RgfEntity entity,
	bool external = false
)

Parameters

entity  RgfEntity
 
external  Boolean  (Optional)
 

Return Value

IEnumerableRgfGridColumnSettings

See Also