Click or drag to resize

FndDataColumn.Flags Property

Sets the properties of this FndDataColumn. should be given as a set of binary Flags
Examples
This example shows how to use this property
column.Flags =Ifs.Fnd.Data.FndColumnProperties.NotQueryable | Ifs.Fnd.Data.FndColumnProperties.DefaultLOV;

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public FndColumnProperties Flags { set; }

Property Value

Type: FndColumnProperties
See Also