DwStyle Enum
.NET Standard 2.x
Represents the type of the processing form of DataWindow.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public enum DwStyle;
Members
Member Name | Value | Description |
---|---|---|
Default | 0 | (Default) Freeform, Group, N-UP, or Tabular |
Grid | 1 | Grid. |
Label | 2 | Label. |
Graph | 3 | Graph. |
Crosstab | 4 | Crosstab. |
Composite | 5 | Composite. |
OLE | 6 | OLE. |
RichText | 7 | RichText. |
TreeView | 8 | TreeView. |
TreeViewWithGrid | 9 | TreeView with Grid. |