ConfigureFieldsBeforeEventArgs Class
Provides argument data for the ConfigureFieldsBefore event.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public class ConfigureFieldsBeforeEventArgs : EventArgs
Public Class ConfigureFieldsBeforeEventArgs
Inherits EventArgs
- Inheritance
- Object EventArgs ConfigureFieldsBeforeEventArgs
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.
|