IWindowGrid Interface
Window grid interface.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public interface IWindowGrid : INotifyPropertyChanged
Public Interface IWindowGrid
Inherits INotifyPropertyChanged
- Implements
- INotifyPropertyChanged
| 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.
|
| Closed |
Occurs when the window is about to close.
|
| CreateRow |
Occurs before creating a record for the table.
|
| Selected |
Event that occurs when selected.
|