Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.GridItemType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Specifies the valid grid item types for a PropertyGrid.
Name | Description |
---|---|
Name | Description |
---|---|
ArrayValue
The GridItem is an element of an array.
Category
A grid entry that is a category name. A category is a descriptive grouping for groups of GridItem rows. Typical categories include the following Behavior, Layout, Data, and Appearance.
Property
A grid entry that corresponds to a property.
Root
A root item in the grid hierarchy.
Returns the type of this GridItem.
Wisej.Web.GridItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Contains a collection of GridItem objects.
Name | Type | Description |
---|---|---|
Int32: Returns the number of grid items in the collection.
GridItem: Returns the GridItem at the specified index.
GridItem: Returns the GridItem with the matching label.
Returns an enumeration of all the grid items in the collection.
Returns: IEnumerator. An IEnumerator for the GridItemCollection.
Wisej.Web.PropertySort
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Specifies how properties are sorted in the PropertyGrid.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.PropertyGrid
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides a user interface for browsing the properties of an object.
Initializes a new instance of the PropertyGrid class.
BorderStyle: Indicates the border style for the property grid. (Default: None
)
Attribute[]: Returns or sets the attributes used to filter the properties to display in the PropertyGrid.
Boolean: Returns or sets whether the column that contains row headers is displayed. (Default: False
)
Boolean: Returns or sets whether the value cell automatically enters edit mode when the row is selected. (Default: True
)
Boolean: Returns or sets whether the Help text is visible. (Default: True
)
GridItem: Returns the GridItem at the specified index.
GridItem: Returns the first GridItem with the matching label.
Single: Returns or sets the FillWeight the Name column. 50 (%) is the default. (Default: 50
)
Throws:
ArgumentException A value less than -1 is assigned to the property.
String: Returns or sets the title of the Name column shown when ColumnHeadersVisible is true.
PropertySort: Returns or sets the type of sorting the PropertyGrid uses to display properties. (Default: CategorizedAlphabetical
)
Boolean: Returns or sets whether the user can edit the values of the SelectedObject. (Default: False
)
Throws:
InvalidOperationException 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.
Exception 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 DataError event or the handler has set the ThrowException property to true. The exception object can typically be cast to type FormatException.
Boolean: Returns or sets whether the grid item under the pointer gets selected on a right click. (Default: False
)
Boolean: Returns or sets whether the column that contains row headers is displayed. (Default: True
)
GridItem: Returns or sets the selected grid item.
Object: Returns or sets the object for which the grid displays properties. (Default: null
)
Object[]: Returns or sets the currently selected objects.
Throws:
ArgumentException One of the items in the array of objects had a null value.
Boolean: Returns or sets whether the control shows the property description text in a tooltip. (Default: False
)
ToolBar: Returns the ToolBar control at the top of the PropertyGrid.
Boolean: Returns or sets whether the toolbar is visible. (Default: False
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
Position: Returns or sets the position of the ComponentTool items associated with this control. (Default: Top
)
String: Returns or sets the title of the Value column shown when ColumnHeadersVisible is true.
Collapses all the categories in the PropertyGrid.
Expands all the categories in the PropertyGrid.
Reloads the updated values from the current SelectedObject or SelectedObjects.
Reloads the updated values from the current SelectedObject or SelectedObjects.
Resets the selected property to its default value.
EventHandler Fired when the value o the NameFillWeight property changes.
EventHandler Fired when the sort mode is changed.
PropertyValueChangedEventHandler Fired when a property value changes.
PropertyValueDataErrorEventHandler Fired when a property value is being changed but it is incompatible with the new value.
PropertyValueFormattingEventHandler Fired when the property value is being formatted to be displayed.
EventHandler Fired when the value of the ReadOnly property has changed.
SelectedGridItemBeginEditEventHandler Fired when the selected GridItem is entering edit mode.
SelectedGridItemChangedEventHandler Fired when the selected GridItem is changed.
SelectedGridItemEndEditEventHandler Fired when the selected GridItem exits edit mode.
EventHandler Fired when the objects selected by the SelectedObjects property have changed.
ToolBarButtonClickEventHandler Fired when a ToolBarButton on the ToolBar is clicked.
ToolBarButtonClickEventHandler Fired when a drop-down style ToolBarButton or its down arrow is clicked.
ToolClickEventHandler Fired when a ComponentTool is clicked.
Wisej.Web.PropertyValueChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the PropertyValueChanged event of a PropertyGrid control.
Initializes a new instance of the PropertyValueChangedEventArgs class.
Name | Type | Description |
---|---|---|
GridItem: Returns the GridItem that was changed.
Object: The value of the grid item before it was changed.
Wisej.Web.PropertyValueFormattingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event of a control.
: Returns the current in use by the cell being formatted.
: Returns or sets whether the cell value has been successfully formatted.
: Returns the that is entering edit mode.
Wisej.Web.SelectedGridItemBeginEditEventArgs
Wisej.Web.PropertyValueDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event of a control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the that is being changed.
: Returns the exception that represents the error.
Wisej.Web.SelectedGridItemChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event of the control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the newly selected .
: Returns the previously selected .
Wisej.Web.GridItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Implements one row in a .
: Name of the JavaScript call used to render the cell.
: Return whether the specified property is expandable to show nested properties.
: Returns or sets whether the is in an expanded state.
Throws:
The property was set to true, but a is not expandable.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Returns whether the event is related to the label cell.
: Returns or sets the value of the cell being formatted for displaying.
Name | Description |
---|
Name | Description |
---|
Name | Description |
---|
: Returns the collection of objects, if any, associated as a child of this .
: Returns the type of this .
: Checks if the dynamic object was created and has any value.
: Returns the text of this .
: Returns the parent of this , if any.
: Returns the that is associated with this .
: Returns or sets user-defined data about the . (Default: null
)
: Returns a dynamic object that can be used to store custom data in relation to this control.
: Returns or sets the current value of this .
Selects this in the .
Returns: . true if the selection is successful; otherwise, false.
Alphabetical
Properties are sorted in an alphabetical list.
Categorized
Properties are displayed according to their category in a group. The categories are defined by the properties themselves.
CategorizedAlphabetical
Properties are displayed according to their category in a group. The properties are further sorted alphabetically within the group. The categories are defined by the properties themselves.
NoSort
Properties are displayed in the order in which they are retrieved from the TypeDescriptor.
Returns or sets the type of sorting the PropertyGrid uses to display properties.
refreshChildren
True to also refresh all the children of this control.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
The event handler class that is invoked when a property in the grid is modified by the user.
sender
The source of the event.
e
A PropertyValueDataErrorEventArgs that contains the event data.
Fired when a property value is being changed but it is incompatible with the new value.
The event handler class that is invoked when a property in the grid formats the value cell. |
The event handler class that is invoked when a property in the grid cannot receive the value modified by the user. |
Empty
Specifies that the GridItemCollection has no entries.
changedItem
The item in the grid that changed.
oldValue
The old property value.
sender | The source of the event. |
e | A that contains the event data. |
Fired when a property value changes. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the selected exits edit mode. |
The event handler class that is invoked when a property in the grid is entering edit mode. |
changingItem | The item in the grid that caused the data error. |
exception | The exception that occurred while writing the property value. |
oldSelection | The previously selected grid item. |
newSelection | The newly selected grid item. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the selected is changed. |
Wisej.Web.SelectedGridItemEndEditEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the SelectedGridItemEndEdit event of a PropertyGrid control.
Control: The editor control that is being used to edit the current cell..
GridItem: Returns the GridItem that is entering edit mode.
Name | Description |
---|---|
Represents the method that will handle the event of a .
sender
The source of the event.
e
A PropertyValueFormattingEventArgs that contains the event data.
Fired when the property value is being formatted to be displayed.
sender
The source of the event.
e
A SelectedGridItemBeginEditEventArgs that contains the event data.
Fired when the selected GridItem is entering edit mode.
The event handler class that is invoked when a property in the grid is terminating edit mode.