RgfGridColumnSettings Constructor

Initializes a new instance of the RgfGridColumnSettings class

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Models
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.19.0.10616
C#
public RgfGridColumnSettings(
	IRgfProperty property,
	bool external = false
)

Parameters

property  IRgfProperty
 
external  Boolean  (Optional)
 

See Also