ConfigureFieldsBeforeEventArgs Class

Provides argument data for the ConfigureFieldsBefore event.

Definition

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

Constructors

ConfigureFieldsBeforeEventArgs Constructor class.

Properties

Fields List of all fields.
FixedColumns Number of fixed columns.
Handled If set to it will indicate that the configuration of the fields will be done through a separate view.
TableDisplayNames Gets or sets a dictionary in key-value form that provides the display text for each table in the tree structure.
TableSeparator Identifies the character used as a table and field name separator, allowing a tree structure to be generated in the configuration screen.
VisibleFields List of fields visible in the Grid.

Extension Methods

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

See Also