IWindowGrid Interface

Window grid interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IWindowGrid : INotifyPropertyChanged
Implements
INotifyPropertyChanged

Properties

Left Gets or sets the distance to the left side of the window.
LinkField Indicates the field to be used in data links.
MultiSelect Indicates if the grid supports multiple selection.
Owner Property that indicates the object that owns the grid.
Subprocess Property indicating the grid subprocess.
Table Property that indicates the name of the grid table.
Tag Object that contains data about the control
Title Property indicating the title of the grid.
Top Gets or sets the distance from the top of the window.
TopMost Indicates whether to display in a top-level window.
WindowState Gets or sets a value that indicates whether a window is restored, minimized, or maximized.

Methods

AddField Add a field to the grid.
Close Method to close the grid.
ContainsField Indicates if the grid contains the indicated field.
GetSelectedLinkValue Gets the selected value of the link field.
GetSelectedRow Gets a datarow with the information of the selected row.
GetSelectedRows Gets a datarow array with the information of the selected row
Hide Method to hide the grid.
HideField Hide a field from the grid.
InsertField Insert a field to the grid.
Refresh Method to refresh the grid.
SetAutoFilter Assigns the autofilter of a field.
SetAutoSort Assigns automatic sorting of a field.
SetFilter Assign the table filter.
SetStartPositionRelative(Rect) Set the initial position relative to the area of an element.
SetStartPositionRelative(String) Sets the initial position relative to the location of an element.
Show Method to display the grid

Events

Closed Occurs when the window is about to close.
CreateRow Occurs before creating a record for the table.
Selected Event that occurs when selected.

See Also