PropertyGridOptions Members
Provides the Property Grid‘s options.Constructors
| Name | Description |
|---|---|
| PropertyGridOptions() | Initializes a new instance of the PropertyGridOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| ShowExpressionsInSeparateTabProperty static | Identifies the PropertyGridOptions.ShowExpressionsInSeparateTab dependency property. |
| ShowFavoritePropertiesProperty static | Identifies the PropertyGridOptions.ShowFavoriteProperties dependency property. |
| UseOfficeInspiredPropertyGridProperty static | Identifies the PropertyGridOptions.UseOfficeInspiredPropertyGrid dependency property. |
| UseTabbedViewProperty static | Identifies the PropertyGridOptions.UseTabbedView dependency property. |
| VisibilityProperty static | Identifies the DockPanelOptionsBase.Visibility dependency property. Inherited from DockPanelOptionsBase. |
Properties
| Name | Description |
|---|---|
| ShowExpressionsInSeparateTab | Specifies whether to display the Expressions tab. |
| ShowFavoriteProperties | Specifies whether to activate the Favorite Properties tab when the Report Designer runs. |
| UseOfficeInspiredPropertyGrid | Specifies whether to use MS Office-inspired editors. |
| UseTabbedView | Specifies whether to group properties into tabs or display all properties in a single tab. |
| Visibility | Specifies the dock panel’s visibility state. Inherited from DockPanelOptionsBase. |
See Also