RgfGridColumnSettingsFindById Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Models
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.19.0.10616
C#
public static RgfGridColumnSettings FindById(
	IEnumerable<RgfGridColumnSettings> columnSettings,
	RgfProperty rgfProperty
)

Parameters

columnSettings  IEnumerableRgfGridColumnSettings
 
rgfProperty  RgfProperty
 

Return Value

RgfGridColumnSettings

See Also