TableGridControlConfigureAsync Method
Configure the Grid fields.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public Task ConfigureAsync(
bool defaultFields = true,
bool autofilterByDefault = true,
bool fixedColumnsByDefault = true,
bool checkTableAccess = false
)
Public Function ConfigureAsync (
Optional defaultFields As Boolean = true,
Optional autofilterByDefault As Boolean = true,
Optional fixedColumnsByDefault As Boolean = true,
Optional checkTableAccess As Boolean = false
) As Task
- 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.
TaskA task representing the asynchronous operation.