FieldExtensionsToGridFields Method
Converts the field settings from the
FieldSetting model to the
GridField model.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static List<GridField> ToGridFields(
this List<FieldSetting> fields
)
<ExtensionAttribute>
Public Shared Function ToGridFields (
fields As List(Of FieldSetting)
) As List(Of GridField)
- fields ListFieldSetting
- List<FieldSetting> with the fields.
ListGridFieldList<
GridField> with the grid fields.In Visual Basic and C#, you can call this method as an instance method on any object of type
ListFieldSetting. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).