TableGridControlConfigureAsync Method

Configure the Grid fields.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public Task ConfigureAsync(
	bool defaultFields = true,
	bool autofilterByDefault = true,
	bool fixedColumnsByDefault = true,
	bool checkTableAccess = false
)

Parameters

defaultFields  Boolean  (Optional)
Indicates whether default fields are used.
autofilterByDefault  Boolean  (Optional)
Indicates whether default autofilters are used.
fixedColumnsByDefault  Boolean  (Optional)
Indicates whether to set the default fixed columns.
checkTableAccess  Boolean  (Optional)
Indicates whether to check access to the table to hide the data if you do not have permissions to view the table.

Return Value

Task
A task representing the asynchronous operation.

See Also