Area |
public enum AreaType
| Member name | Value | Description |
|---|---|---|
| OutsideAll | 0 | Outside of all relevant areas. |
| TableHeader | 1 | On the table header (top left corner of the data grid). |
| DataCell | 2 | Inside a data cell. |
| PropertyCell | 3 | Inside a property cell. |
| DataColumnHeader | 4 | On the column header. |
| DataRowHeader | 5 | On the row header. |
| PropertyColumnHeader | 6 | On the property column header. |
The AreaType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |