SfDataGridBehaviorGetFieldSettingsFromGridColumns Method
Gets a list of field settings from the columns of the indicated SfDataGrid control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static List<FieldSetting> GetFieldSettingsFromGridColumns(
SfDataGrid grid,
bool onlyVisible = false,
bool onlySettable = false
)
Public Shared Function GetFieldSettingsFromGridColumns (
grid As SfDataGrid,
Optional onlyVisible As Boolean = false,
Optional onlySettable As Boolean = false
) As List(Of FieldSetting)
- grid SfDataGrid
- SfDataGrid with the SfDataGrid.
- onlyVisible Boolean (Optional)
- Indicates to include only visible fields.
- onlySettable Boolean (Optional)
- Indicates to include only configurable fields NotSettableFieldProperty.
ListFieldSettingList<
FieldSetting> with the visible field settings for the specified
SfDataGrid control.