ConfigureFieldsAfterEventArgs Class

Provides argument data for the ConfigureFieldsAfter event.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class ConfigureFieldsAfterEventArgs : EventArgs
Inheritance
Object    EventArgs    ConfigureFieldsAfterEventArgs

Constructors

ConfigureFieldsAfterEventArgs Constructor class.

Properties

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.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also