PropertyGrid
Wisej.Web.PropertyGrid
Last updated
Was this helpful?
Wisej.Web.PropertyGrid
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides a user interface for browsing the properties of an object.
Initializes a new instance of the class.
: Indicates the border style for the property grid.
Throws:
Throws:
Throws:
refreshChildren
True to also refresh all the children of this control.
Resets the selected property to its default value.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets the attributes used to filter the properties to display in the PropertyGrid.
: Returns or sets whether the column that contains row headers is displayed.
: Returns or sets whether the value cell automatically enters edit mode when the row is selected.
: Returns or sets whether the Help text is visible.
: Returns the at the specified index.
: Returns the first with the matching label.
: Returns or sets the the Name column. 50 (%) is the default.
A value less than -1 is assigned to the property.
: Returns or sets the title of the Name column shown when is true.
: Returns or sets the type of sorting the uses to display properties.
: Returns or sets whether the user can edit the values of the .
The specified value when setting this property is true, the current cell is in edit mode, and the current cell contains changes that cannot be committed.
The specified value when setting this property would cause the control to enter edit mode, but initialization of the editing cell value failed and either there is no handler for the event or the handler has set the property to true. The exception object can typically be cast to type .
: Returns or sets whether the grid item under the pointer gets selected on a right click.
: Returns or sets whether the column that contains row headers is displayed.
: Returns or sets the selected grid item.
: Returns or sets the object for which the grid displays properties.
: Returns or sets the currently selected objects.
One of the items in the array of objects had a null value.
: Returns or sets whether the control shows the property description text in a tooltip.
: Returns the control at the top of the PropertyGrid.
: Returns or sets whether the toolbar is visible.
: Returns the instance of associated with this control.
: Returns or sets the position of the T:Wisej.Web.ComponentTool items associated with this control.
: Returns or sets the title of the Value column shown when is true.
Collapses all the categories in the .
Expands all the categories in the .
Reloads the updated values from the current or .
Reloads the updated values from the current or .
Fired when the value o the property changes.
Fired when the sort mode is changed.
Fired when a property value changes.
Fired when a property value is being changed but it is incompatible with the new value.
Fired when the property value is being formatted to be displayed.
Fired when the selected is entering edit mode.
Fired when the selected is changed.
Fired when the selected exits edit mode.
Fired when the objects selected by the property have changed.
Fired when a on the is clicked.
Fired when a drop-down style or its down arrow is clicked.
Fired when a is clicked.
All wisej controls derived from the class must implement this interface.