FieldExtensionsToFieldsSetting Method
Converts the field settings from the
GridField model to the
FieldSetting model.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static List<FieldSetting> ToFieldsSetting(
this List<GridField> gridFields
)
<ExtensionAttribute>
Public Shared Function ToFieldsSetting (
gridFields As List(Of GridField)
) As List(Of FieldSetting)
- gridFields ListGridField
- List<GridField> with the fields.
ListFieldSettingList<
FieldSetting> with the fields settings..In Visual Basic and C#, you can call this method as an instance method on any object of type
ListGridField. 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).