|
|
|
DisplayProperties (character)
|
Displays the properties of the selected object instance
|
|
|
|
OnPropertyValueChanged (PropertyValueChangedEventArgs)
|
Raises the PropertyValueChanged
|
|
|
|
System.Object PropertyValue (handle)
|
Returns the Property value as a System.Object
|
|
|
|
radPropertyGrid1_CreateItemElement (Object, CreatePropertyGridItemElementEventArgs)
|
Event handler for the CreateItemElement event of the radPropertyGrid1
|
|
|
|
radPropertyGrid1_Editing (Object, PropertyGridItemEditingEventArgs)
|
Event handler for the Editing event of the radPropertyGrid1
Notes : Cancels the in-place editor for PICKLIST attributes and for plain
logical/boolean attributes. The latter are not edited through an
editor but toggled by double-clicking the property (see JIRA
SCL-5350 and radPropertyGrid1_ItemMouseDoubleClick).
@param sender The reference to the control that raised the event
@param e The PropertyGridItemEditingEventArgs with the data for this event
*/
|
|
|
|
radPropertyGrid1_EditorInitialized (Object, PropertyGridItemEditorInitializedEventArgs)
|
Event handler for the EditorRequired event of the radPropertyGrid1
|
|
|
|
radPropertyGrid1_EditorRequired (Object, PropertyGridEditorRequiredEventArgs)
|
Event handler for the EditorRequired event of the radPropertyGrid1
|
|
|
|
radPropertyGrid1_ItemMouseDoubleClick (Object, RadPropertyGridEventArgs)
|
Event handler for the ItemMouseDoubleClick event of the radPropertyGrid1
Notes : Double-clicking an editable plain logical/boolean property toggles
its value (TRUE becomes FALSE and FALSE becomes TRUE). The in-place
editor for such properties is suppressed in radPropertyGrid1_Editing
so the double-click toggles the value in a single gesture.
See JIRA SCL-5350.
@param sender The reference to the control that raised the event
@param e The RadPropertyGridEventArgs with the data for this event
*/
|
|
|
|
radPropertyGrid1_PicklistButtonClick (Object, PicklistButtonClickEventArgs)
|
Event handler for the PicklistButtonClick event of the radPropertyGrid1
|
|
|
|
radPropertyGrid1_PropertyValueChanged (Object, PropertyGridItemValueChangedEventArgs)
|
Event handler for the PropertyValueChanged event of the radPropertyGrid1
|
|
|
|
UpdateProperties (character, character)
|
Updates the values in the property grid after the property
was changed in the attribute temp-table
|