ThemedPropertyGrid Class |
Namespace: Eto.Forms.ThemedControls
The ThemedPropertyGrid type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThemedPropertyGrid |
Initializes a new instance of the ThemedPropertyGrid
|
Name | Description | |
---|---|---|
![]() | PropertyCellTypes |
Gets a collection of custom property cell types to use as well as the built-in types.
|
![]() | SelectedObject |
Gets or sets the selected object
|
![]() | SelectedObjects |
Gets or sets the selected objects for the grid to edit
|
![]() | ShowCategories |
Gets or sets a value indicating that the categories should be shown
|
![]() | ShowDescription |
Gets or sets a value indicating that the description panel should be shown
|
![]() | UseValueTypeDefaults |
Gets or sets a value indicating that value types should use their default to determine if the property is changed (shown as bold)
|
Name | Description | |
---|---|---|
![]() | CreateCellValueBindingT |
Creates a cell value binding for a particular type when you want to add your own cell types to PropertyCellTypes |
![]() | OnLoad |
Called when the grid is loaded onto a form
(Overrides ContainerOnLoad(EventArgs).) |
![]() | Refresh |
Refreshes the properties of the grid
|
Name | Description | |
---|---|---|
![]() | PropertyValueChanged |
Event to handle when a property value has changed
|
![]() | ShowCategoriesChanged |
Event to handle when the ShowCategories property has changed.
|