DXRichEditLayoutOptions Members
Provides miscellaneous layout options.Constructors
| Name | Description |
|---|---|
| DXRichEditLayoutOptions() | Initializes a new instance of the DXRichEditLayoutOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| DraftViewOptionsProperty static | Identifies the DXRichEditLayoutOptions.DraftViewOptions dependency property. |
| PrintLayoutViewOptionsProperty static | Identifies the DXRichEditLayoutOptions.PrintLayoutViewOptions dependency property. |
| SimpleViewOptionsProperty static | Identifies the DXRichEditLayoutOptions.SimpleViewOptions dependency property. |
Properties
| Name | Description |
|---|---|
| DraftViewOptions | Provides access to the DraftView layout options. This is a dependency property. |
| PrintLayoutViewOptions | Provides access to the PrintLayoutView layout options. This is a dependency property. |
| SimpleViewOptions | Provides access to the SimpleView layout options. This is a dependency property. |
See Also