ConfigureFieldsAfterEventArgs Class
Provides argument data for the ConfigureFieldsAfter event.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public class ConfigureFieldsAfterEventArgs : EventArgs
Public Class ConfigureFieldsAfterEventArgs
Inherits EventArgs
- Inheritance
- Object EventArgs ConfigureFieldsAfterEventArgs
Fields |
List of all fields.
|
FixedColumns |
Number of fixed columns.
|
Handled |
If set to it will indicate that the fields settings will be set themselves in the Grid.
|
Restore |
If it contains it indicates that the user has clicked the reset columns option.
|
VisibleFields |
List of fields selected as visible by the user in the configuration screen.
|