Class PropertyGridTableElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridTableElement : VirtualizedScrollPanel<PropertyGridItemBase, PropertyGridItemElementBase>, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider, IDataItemSource
Constructors
PropertyGridTableElement()
Declaration
public PropertyGridTableElement()
Fields
CreateItem
Declaration
public CreatePropertyGridItemEventHandler CreateItem
Field Value
|
CreatePropertyGridItemEventHandler
|
CreateItemElement
Declaration
public CreatePropertyGridItemElementEventHandler CreateItemElement
Field Value
|
CreatePropertyGridItemElementEventHandler
|
isChanging
Declaration
protected bool isChanging
Field Value
|
System.Boolean
|
ItemHeightProperty
ItemIndentProperty
Properties
ActiveEditor
Gets the active editor.
Declaration
public IValueEditor ActiveEditor { get; }
Property Value
|
IValueEditor
|
AutoExpandGroups
Gets or sets a value indicating whether the groups will be expanded or collapse upon creation.
Declaration
public bool AutoExpandGroups { get; set; }
Property Value
|
System.Boolean
|
BeginEditMode
Gets or sets a value indicating how user begins editing a cell.
Declaration
public RadPropertyGridBeginEditModes BeginEditMode { get; set; }
Property Value
|
RadPropertyGridBeginEditModes
|
CollectionView
Gets the collection to which the RadPropertyGrid is bound to.
Declaration
public RadCollectionView<PropertyGridItem> CollectionView { get; }
Property Value
|
RadCollectionView<PropertyGridItem>
|
ContextMenu
Gets or sets the context menu.
Declaration
public virtual RadContextMenu ContextMenu { get; set; }
Property Value
|
RadContextMenu
The context menu. |
EnableCustomGrouping
Gets or sets a value indicating whether the data can be grouped programmatically.
Declaration
public bool EnableCustomGrouping { get; set; }
Property Value
|
System.Boolean
|
EnableKineticScrolling
Gets or sets a value indicating whether the kinetic scrolling function is enabled.
Declaration
public bool EnableKineticScrolling { get; set; }
Property Value
|
System.Boolean
|
FilterDescriptors
Gets the filter descriptors.
Declaration
public FilterDescriptorCollection FilterDescriptors { get; }
Property Value
|
FilterDescriptorCollection
The filter descriptors. |
FindStringComparer
Gets or sets an object that implements IFindStringComparer. The value of this property is used in the keyboard search functionality.
Declaration
public IFindStringComparer FindStringComparer { get; set; }
Property Value
|
IFindStringComparer
|
GroupDescriptors
Gets the group descriptors.
Declaration
public GroupDescriptorCollection GroupDescriptors { get; }
Property Value
|
GroupDescriptorCollection
The group descriptors. |
Groups
Declaration
public virtual PropertyGridGroupItemCollection Groups { get; }
Property Value
|
PropertyGridGroupItemCollection
|
IsEditing
Gets a value indicating whether there are currently open editors.
Declaration
public bool IsEditing { get; }
Property Value
|
System.Boolean
|
ItemHeight
Gets or sets the height of the items.
Declaration
public int ItemHeight { get; set; }
Property Value
|
System.Int32
The height of the item. |
ItemIndent
Gets or sets the width of the indentation of subitems.
Declaration
public int ItemIndent { get; set; }
Property Value
|
System.Int32
|
ItemSpacing
Gets or sets the distance between property grid items.
Declaration
public override int ItemSpacing { get; set; }
Property Value
|
System.Int32
|
Overrides
KeyboardSearchEnabled
Gets or sets a value that determines whether the user can navigate to an item by typing when RadPropertyGrid is focused. The default value is false.
Declaration
public bool KeyboardSearchEnabled { get; set; }
Property Value
|
System.Boolean
|
KeyboardSearchResetInterval
Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset. The default value is 300.
Declaration
public int KeyboardSearchResetInterval { get; set; }
Property Value
|
System.Int32
|
ListSource
Declaration
public RadListSource<PropertyGridItem> ListSource { get; }
Property Value
|
RadListSource<PropertyGridItem>
|
MinimumColumnWidth
Gets or sets the minimum width columns can have.
Declaration
public int MinimumColumnWidth { get; set; }
Property Value
|
System.Int32
|
OverrideBuiltInEditors
Gets or sets a value that indicates whether editors specified with an EditorAttribute will be used without considering built-in editors.
Declaration
public bool OverrideBuiltInEditors { get; set; }
Property Value
|
System.Boolean
|
PropertyGridElement
Gets the PropertyGridElement that is a parent to this element.
Declaration
public PropertyGridElement PropertyGridElement { get; }
Property Value
|
PropertyGridElement
|
PropertyItems
Declaration
public virtual PropertyGridRootItemsCollection PropertyItems { get; }
Property Value
|
PropertyGridRootItemsCollection
|
PropertySort
Gets or sets the mode in which the properties will be displayed in the PropertyGridTableElement.
Declaration
public PropertySort PropertySort { get; set; }
Property Value
|
System.Windows.Forms.PropertySort
|
ReadOnly
Gets or sets a value indicating whether the user is allowed to edit the values of the properties.
Declaration
public bool ReadOnly { get; set; }
Property Value
|
System.Boolean
|
ScrollBehavior
Gets the ScrollServiceBehavior that is responsible for the kinetic scrolling option.
Declaration
public ScrollServiceBehavior ScrollBehavior { get; }
Property Value
|
ScrollServiceBehavior
|
SelectedGridItem
Gets the PropertyGridTableElement selected item.
Declaration
public PropertyGridItemBase SelectedGridItem { get; set; }
Property Value
|
PropertyGridItemBase
|
SelectedObject
Gets or sets the object which properties the RadPropertyGrid is displaying.
Declaration
public object SelectedObject { get; set; }
Property Value
|
System.Object
|
SelectedObjects
Gets or sets the objects which properties the RadPropertyGrid is displaying.
Declaration
public object[] SelectedObjects { get; set; }
Property Value
|
System.Object[]
|
SortDescriptors
Gets the sort descriptors.
Declaration
public SortDescriptorCollection SortDescriptors { get; }
Property Value
|
SortDescriptorCollection
The sort descriptors. |
SortOrder
Gets or sets the sort order of Nodes.
Declaration
public SortOrder SortOrder { get; set; }
Property Value
|
System.Windows.Forms.SortOrder
The sort order. |
UseCachedValues
Gets or sets a value indicating whether the values of the items should be invalidated the next time a grouping and/or sorting is performed.
Declaration
public virtual bool UseCachedValues { get; set; }
Property Value
|
System.Boolean
|
ValueColumnWidth
Gets or sets the width of the "column" that holds the values.
Declaration
public int ValueColumnWidth { get; set; }
Property Value
|
System.Int32
|
Methods
BeginEdit()
Puts the current item in edit mode.
Declaration
public virtual bool BeginEdit()
Returns
|
System.Boolean
|
BeginUpdate()
Begins the update.
Declaration
public void BeginUpdate()
BestFit()
Uses a mechanism to maximize the visible strings in both columns of RadPropertyGrid.
Declaration
public void BestFit()
BestFit(PropertyGridBestFitMode)
Best fits the column(s) of RadPropertyGrid using the given mode.
Declaration
public void BestFit(PropertyGridBestFitMode mode)
Parameters
|
PropertyGridBestFitMode
mode
The mode that determines the mechanism used for best fitting. |
BindingComplete()
CancelEdit()
Close the currently active editor and discard changes.
Declaration
public void CancelEdit()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateElementProvider()
Declaration
protected override IVirtualizedElementProvider<PropertyGridItemBase> CreateElementProvider()
Returns
|
IVirtualizedElementProvider<PropertyGridItemBase>
|
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
EndEdit()
Commits any changes and ends the edit operation on the current item.
Declaration
public bool EndEdit()
Returns
|
System.Boolean
|
EndEditCore(Boolean)
Ends the editing of an item and commits or discards the changes.
Declaration
protected virtual bool EndEditCore(bool commitChanges)
Parameters
|
System.Boolean
commitChanges
Determines if the changes are commited [true] or discarded [false]. |
Returns
|
System.Boolean
|
EndUpdate()
Ends the update.
Declaration
public void EndUpdate()
EndUpdate(Boolean, PropertyGridTableElement.UpdateActions)
Ends the update.
Declaration
public void EndUpdate(bool performUpdate, PropertyGridTableElement.UpdateActions action)
Parameters
|
System.Boolean
performUpdate
Tells the view whether an update is required or not. |
|
PropertyGridTableElement.UpdateActions
action
Indicates the update action |
EnsureVisible(PropertyGridItemBase)
Ensures the item is visible within the RadPropertygridElement and scrolls the element if needed.
Declaration
public void EnsureVisible(PropertyGridItemBase item)
Parameters
|
PropertyGridItemBase
item
The item to visualize. |
EnsureVisibleCore(PropertyGridItemBase)
Ensures the item is visible within the RadPropertygridElement and scrolls the element if needed.
Declaration
protected virtual void EnsureVisibleCore(PropertyGridItemBase item)
Parameters
|
PropertyGridItemBase
item
The item to visualize. |
GetEditor(Type)
Gets an editor depending on the type of the value to be edited.
Declaration
protected virtual IInputEditor GetEditor(Type editorType)
Parameters
|
System.Type
editorType
The type of the value. |
Returns
|
IInputEditor
|
GetEditorTypeForItem(PropertyGridItem)
Gets the type of editor used for a editing the given item.
Declaration
protected virtual Type GetEditorTypeForItem(PropertyGridItem item)
Parameters
|
PropertyGridItem
item
The item to get editor type for. |
Returns
|
System.Type
The type of the editor |
GetElementAt(Int32, Int32)
Gets the element at specified coordinates.
Declaration
public PropertyGridItemElementBase GetElementAt(int x, int y)
Parameters
|
System.Int32
x
The x coordinate. |
|
System.Int32
y
The y coordinate. |
Returns
|
PropertyGridItemElementBase
An instance of PropertyGridItemBase if successful. |
GetElementContextMenu(PropertyGridItemElementBase)
Initializes and returns the context menu associated with the specified PropertyGridItemElementBase.
Declaration
public RadContextMenu GetElementContextMenu(PropertyGridItemElementBase element)
Parameters
|
PropertyGridItemElementBase
element
The element. |
Returns
|
RadContextMenu
An instance of RadContextMenu if successfull. |
GetFirstMatch(String, IList<PropertyGridItem>)
This method traverses through the visible items of RadPropetyGrid and returns an item matching the searchCriteria.
Declaration
protected virtual PropertyGridItemBase GetFirstMatch(string searchCriteria, IList<PropertyGridItem> items)
Parameters
|
System.String
searchCriteria
|
|
System.Collections.Generic.IList<PropertyGridItem>
items
|
Returns
|
PropertyGridItemBase
|
GetImageFormat(Image)
Declaration
public ImageFormat GetImageFormat(Image image)
Parameters
|
System.Drawing.Image
image
|
Returns
|
System.Drawing.Imaging.ImageFormat
|
GetSelectedObjectDefaultProperty()
Gets the default property for the selected object
Declaration
protected virtual PropertyGridItem GetSelectedObjectDefaultProperty()
Returns
|
PropertyGridItem
The PropertyGridItem that is the default property. |
Initialize()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
IsItemEditable(PropertyGridItem)
Returns a value indicating whether the PropertyGridItem is editable
Declaration
protected virtual bool IsItemEditable(PropertyGridItem item)
Parameters
|
PropertyGridItem
item
The item to check. |
Returns
|
System.Boolean
True if item can be edited. Otherwise false. |
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
|
System.Drawing.SizeF
availableSize
|
Returns
|
System.Drawing.SizeF
|
Overrides
NewItem()
NewItem(PropertyGridItem)
Declaration
public IDataItem NewItem(PropertyGridItem parentItem)
Parameters
|
PropertyGridItem
parentItem
|
Returns
|
IDataItem
|
OnAutoSizeChanged()
Declaration
protected override void OnAutoSizeChanged()
Overrides
OnContextMenuOpening(PropertyGridContextMenuOpeningEventArgs)
Declaration
protected virtual void OnContextMenuOpening(PropertyGridContextMenuOpeningEventArgs e)
Parameters
|
PropertyGridContextMenuOpeningEventArgs
e
|
OnCreateItem(CreatePropertyGridItemEventArgs)
Declaration
protected virtual void OnCreateItem(CreatePropertyGridItemEventArgs e)
Parameters
|
CreatePropertyGridItemEventArgs
e
|
OnCreateItemElement(CreatePropertyGridItemElementEventArgs)
Declaration
protected virtual void OnCreateItemElement(CreatePropertyGridItemElementEventArgs e)
Parameters
|
CreatePropertyGridItemElementEventArgs
e
|
OnCustomGrouping(PropertyGridCustomGroupingEventArgs)
Declaration
protected virtual void OnCustomGrouping(PropertyGridCustomGroupingEventArgs e)
Parameters
|
PropertyGridCustomGroupingEventArgs
e
|
OnEdited(PropertyGridItemEditedEventArgs)
Declaration
protected virtual void OnEdited(PropertyGridItemEditedEventArgs e)
Parameters
|
PropertyGridItemEditedEventArgs
e
|
OnEditing(PropertyGridItemEditingEventArgs)
Declaration
protected virtual void OnEditing(PropertyGridItemEditingEventArgs e)
Parameters
|
PropertyGridItemEditingEventArgs
e
|
OnEditorInitialized(PropertyGridItemEditorInitializedEventArgs)
Declaration
protected virtual void OnEditorInitialized(PropertyGridItemEditorInitializedEventArgs e)
Parameters
|
PropertyGridItemEditorInitializedEventArgs
e
|
OnEditorRequired(PropertyGridEditorRequiredEventArgs)
Declaration
protected virtual void OnEditorRequired(PropertyGridEditorRequiredEventArgs e)
Parameters
|
PropertyGridEditorRequiredEventArgs
e
|
OnItemExpandedChanged(RadPropertyGridEventArgs)
Declaration
protected virtual void OnItemExpandedChanged(RadPropertyGridEventArgs e)
Parameters
|
RadPropertyGridEventArgs
e
|
OnItemExpandedChanging(RadPropertyGridCancelEventArgs)
Declaration
protected virtual void OnItemExpandedChanging(RadPropertyGridCancelEventArgs e)
Parameters
|
RadPropertyGridCancelEventArgs
e
|
OnItemFormatting(PropertyGridItemFormattingEventArgs)
Declaration
protected virtual void OnItemFormatting(PropertyGridItemFormattingEventArgs e)
Parameters
|
PropertyGridItemFormattingEventArgs
e
|
OnItemMouseClick(RadPropertyGridEventArgs)
Declaration
protected virtual void OnItemMouseClick(RadPropertyGridEventArgs e)
Parameters
|
RadPropertyGridEventArgs
e
|
OnItemMouseDoubleClick(RadPropertyGridEventArgs)
Declaration
protected virtual void OnItemMouseDoubleClick(RadPropertyGridEventArgs e)
Parameters
|
RadPropertyGridEventArgs
e
|
OnItemMouseDown(PropertyGridMouseEventArgs)
Declaration
protected virtual void OnItemMouseDown(PropertyGridMouseEventArgs e)
Parameters
|
PropertyGridMouseEventArgs
e
|
OnItemMouseMove(PropertyGridMouseEventArgs)
Declaration
protected virtual void OnItemMouseMove(PropertyGridMouseEventArgs e)
Parameters
|
PropertyGridMouseEventArgs
e
|
OnLoaded()
OnPanGesture(PanGestureEventArgs)
Declaration
protected override void OnPanGesture(PanGestureEventArgs args)
Parameters
|
PanGestureEventArgs
args
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
|
RadPropertyChangedEventArgs
e
|
Overrides
OnPropertyValidated(PropertyValidatedEventArgs)
Declaration
protected virtual void OnPropertyValidated(PropertyValidatedEventArgs e)
Parameters
|
PropertyValidatedEventArgs
e
|
OnPropertyValidating(PropertyValidatingEventArgs)
Declaration
protected virtual void OnPropertyValidating(PropertyValidatingEventArgs e)
Parameters
|
PropertyValidatingEventArgs
e
|
OnPropertyValueChanged(PropertyGridItemValueChangedEventArgs)
Declaration
protected virtual void OnPropertyValueChanged(PropertyGridItemValueChangedEventArgs e)
Parameters
|
PropertyGridItemValueChangedEventArgs
e
|
OnPropertyValueChanging(PropertyGridItemValueChangingEventArgs)
Declaration
protected virtual void OnPropertyValueChanging(PropertyGridItemValueChangingEventArgs e)
Parameters
|
PropertyGridItemValueChangingEventArgs
e
|
OnSelectedGridItemChanged(RadPropertyGridEventArgs)
Declaration
protected virtual void OnSelectedGridItemChanged(RadPropertyGridEventArgs args)
Parameters
|
RadPropertyGridEventArgs
args
|
OnSelectedGridItemChanging(RadPropertyGridCancelEventArgs)
Declaration
protected virtual void OnSelectedGridItemChanging(RadPropertyGridCancelEventArgs args)
Parameters
|
RadPropertyGridCancelEventArgs
args
|
OnSelectedObjectChanged(PropertyGridSelectedObjectChangedEventArgs)
Declaration
protected virtual void OnSelectedObjectChanged(PropertyGridSelectedObjectChangedEventArgs e)
Parameters
|
PropertyGridSelectedObjectChangedEventArgs
e
|
OnSelectedObjectChanging(PropertyGridSelectedObjectChangingEventArgs)
Declaration
protected virtual void OnSelectedObjectChanging(PropertyGridSelectedObjectChangingEventArgs e)
Parameters
|
PropertyGridSelectedObjectChangingEventArgs
e
|
OnValueChanged(Object, EventArgs)
Declaration
protected virtual void OnValueChanged(object sender, EventArgs e)
Parameters
|
System.Object
sender
|
|
System.EventArgs
e
|
OnValueChanging(Object, ValueChangingEventArgs)
Declaration
protected virtual void OnValueChanging(object sender, ValueChangingEventArgs e)
Parameters
|
System.Object
sender
|
|
ValueChangingEventArgs
e
|
PerformPropertySort(PropertySort)
Performs the needed operations on the data layer when the PropertySort mode is changed.
Declaration
protected virtual void PerformPropertySort(PropertySort propertySort)
Parameters
|
System.Windows.Forms.PropertySort
propertySort
|
ProcessContextMenu(Point)
Declaration
public virtual bool ProcessContextMenu(Point location)
Parameters
|
System.Drawing.Point
location
|
Returns
|
System.Boolean
|
ProcessKeyDown(KeyEventArgs)
Declaration
public virtual bool ProcessKeyDown(KeyEventArgs e)
Parameters
|
System.Windows.Forms.KeyEventArgs
e
|
Returns
|
System.Boolean
|
ProcessKeyPress(KeyPressEventArgs)
Declaration
protected virtual bool ProcessKeyPress(KeyPressEventArgs e)
Parameters
|
System.Windows.Forms.KeyPressEventArgs
e
|
Returns
|
System.Boolean
|
ProcessMouseClick(MouseEventArgs)
Declaration
public virtual bool ProcessMouseClick(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
|
Returns
|
System.Boolean
|
ProcessMouseDoubleClick(MouseEventArgs)
Declaration
public virtual bool ProcessMouseDoubleClick(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
|
Returns
|
System.Boolean
|
ProcessMouseDown(MouseEventArgs)
Declaration
public virtual bool ProcessMouseDown(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
|
Returns
|
System.Boolean
|
ProcessMouseMove(MouseEventArgs)
Declaration
public virtual bool ProcessMouseMove(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
|
Returns
|
System.Boolean
|
ProcessMouseUp(MouseEventArgs)
Declaration
public virtual bool ProcessMouseUp(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
|
Returns
|
System.Boolean
|
ProcessMouseWheel(MouseEventArgs)
Declaration
public virtual bool ProcessMouseWheel(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
|
Returns
|
System.Boolean
|
ProcessSelection(PropertyGridItemBase, Boolean)
Declaration
protected virtual bool ProcessSelection(PropertyGridItemBase item, bool isMouseSelection)
Parameters
|
PropertyGridItemBase
item
|
|
System.Boolean
isMouseSelection
|
Returns
|
System.Boolean
|
ProecessMouseEnter(EventArgs)
Declaration
public virtual bool ProecessMouseEnter(EventArgs e)
Parameters
|
System.EventArgs
e
|
Returns
|
System.Boolean
|
ProecessMouseLeave(EventArgs)
Declaration
public virtual bool ProecessMouseLeave(EventArgs e)
Parameters
|
System.EventArgs
e
|
Returns
|
System.Boolean
|
RaiseValueChanged(EventArgs)
Allows you to raise ValueChanged event when using custom editor.
Declaration
public void RaiseValueChanged(EventArgs e)
Parameters
|
System.EventArgs
e
|
RaiseValueChanging(ValueChangingEventArgs)
Allows you to raise ValueChanging event when using custom editor.
Declaration
public void RaiseValueChanging(ValueChangingEventArgs e)
Parameters
|
ValueChangingEventArgs
e
|
ResetColumnWidths()
Makes the property grid columns even.
Declaration
public void ResetColumnWidths()
scroller_ScrollerUpdated(Object, EventArgs)
Declaration
protected override void scroller_ScrollerUpdated(object sender, EventArgs e)
Parameters
|
System.Object
sender
|
|
System.EventArgs
e
|
Overrides
ScrollToItem(PropertyGridItemBase)
Scrolls the scrollbar to bring the specified PropertyGridItemBase into view.
Declaration
public void ScrollToItem(PropertyGridItemBase item)
Parameters
|
PropertyGridItemBase
item
The item to visualize. |
SortSubItems()
Sorts the sub items of all expanded items.
Declaration
public virtual void SortSubItems()
SynchronizeVisualItems()
Syncronizes all visual elements.
Declaration
protected virtual void SynchronizeVisualItems()
UnwireEvents()
Declaration
protected override void UnwireEvents()
Overrides
Update(PropertyGridTableElement.UpdateActions)
Updates the visual items in the property grid
Declaration
public void Update(PropertyGridTableElement.UpdateActions updateAction)
Parameters
|
PropertyGridTableElement.UpdateActions
updateAction
Indicated the update action |
UpdateScrollers(PropertyGridTableElement.UpdateActions)
Updates the scroll bars visibility. Specifies the action which caused the update.
Declaration
protected virtual void UpdateScrollers(PropertyGridTableElement.UpdateActions updateAction)
Parameters
|
PropertyGridTableElement.UpdateActions
updateAction
|
WireEvents()
Declaration
protected override void WireEvents()
Overrides
Events
BindingContextChanged
Occurs when [binding context changed].
Declaration
public event EventHandler BindingContextChanged
Event Type
|
System.EventHandler
|
Implements
ContextMenuOpening
Declaration
public event PropertyGridContextMenuOpeningEventHandler ContextMenuOpening
Event Type
|
PropertyGridContextMenuOpeningEventHandler
|
CustomGrouping
Fires for custom grouping operation.
Declaration
public event PropertyGridCustomGroupingEventHandler CustomGrouping
Event Type
|
PropertyGridCustomGroupingEventHandler
|
Edited
Occurs when editing has been finished.
Declaration
public event PropertyGridItemEditedEventHandler Edited
Event Type
|
PropertyGridItemEditedEventHandler
|
Editing
Occurs when editing is started.
Declaration
public event PropertyGridItemEditingEventHandler Editing
Event Type
|
PropertyGridItemEditingEventHandler
|
EditorInitialized
Occurs when editor is initialized.
Declaration
public event PropertyGridItemEditorInitializedEventHandler EditorInitialized
Event Type
|
PropertyGridItemEditorInitializedEventHandler
|
EditorRequired
Occurs when editor is required.
Declaration
public event PropertyGridEditorRequiredEventHandler EditorRequired
Event Type
|
PropertyGridEditorRequiredEventHandler
|
ItemExpandedChanged
Occurs when item has been expanded.
Declaration
public event RadPropertyGridEventHandler ItemExpandedChanged
Event Type
|
RadPropertyGridEventHandler
|
ItemExpandedChanging
Occurs when item is expanding.
Declaration
public event RadPropertyGridCancelEventHandler ItemExpandedChanging
Event Type
|
RadPropertyGridCancelEventHandler
|
ItemFormatting
Occurs when PropertyGridItemElement is formatting
Declaration
public event PropertyGridItemFormattingEventHandler ItemFormatting
Event Type
|
PropertyGridItemFormattingEventHandler
|
ItemMouseClick
Occurs when a mouse button is clicked inside a PropertyGridItemElementBase
Declaration
public event RadPropertyGridEventHandler ItemMouseClick
Event Type
|
RadPropertyGridEventHandler
|
ItemMouseDoubleClick
Occurs when a mouse button is double clicked inside a PropertyGridItemElementBase
Declaration
public event RadPropertyGridEventHandler ItemMouseDoubleClick
Event Type
|
RadPropertyGridEventHandler
|
ItemMouseDown
Occurs when a mouse button is pressed on the PropertyGridItemElement.
Declaration
public event PropertyGridMouseEventHandler ItemMouseDown
Event Type
|
PropertyGridMouseEventHandler
|
ItemMouseMove
Occurs when mouse moves over a PropertyGridItemElement.
Declaration
public event PropertyGridMouseEventHandler ItemMouseMove
Event Type
|
PropertyGridMouseEventHandler
|
PropertyValidated
Fires when a peoperty has finished validating.
Declaration
public event PropertyValidatedEventHandler PropertyValidated
Event Type
|
PropertyValidatedEventHandler
|
PropertyValidating
Fires when a property value is validating.
Declaration
public event PropertyValidatingEventHandler PropertyValidating
Event Type
|
PropertyValidatingEventHandler
|
PropertyValueChanged
Occurs when item's value has been changed.
Declaration
public event PropertyGridItemValueChangedEventHandler PropertyValueChanged
Event Type
|
PropertyGridItemValueChangedEventHandler
|
PropertyValueChanging
Occurs when item's value is changing.
Declaration
public event PropertyGridItemValueChangingEventHandler PropertyValueChanging
Event Type
|
PropertyGridItemValueChangingEventHandler
|
SelectedGridItemChanged
Occurs when selected item has been changed.
Declaration
public event RadPropertyGridEventHandler SelectedGridItemChanged
Event Type
|
RadPropertyGridEventHandler
|
SelectedGridItemChanging
Occurs when the selected item is changing
Declaration
public event RadPropertyGridCancelEventHandler SelectedGridItemChanging
Event Type
|
RadPropertyGridCancelEventHandler
|
SelectedObjectChanged
Occurs after the property grid selected object has been changed.
Declaration
public event PropertyGridSelectedObjectChangedEventHandler SelectedObjectChanged
Event Type
|
PropertyGridSelectedObjectChangedEventHandler
|
SelectedObjectChanging
Occurs before the selected object is changed.
Declaration
public event PropertyGridSelectedObjectChangingEventHandler SelectedObjectChanging
Event Type
|
PropertyGridSelectedObjectChangingEventHandler
|
ValueChanged
Fires when the value of an editor changes.
Declaration
public event EventHandler ValueChanged
Event Type
|
System.EventHandler
|
ValueChanging
Fires before the value in an editor is being changed. The action can be canceled.
Declaration
public event ValueChangingEventHandler ValueChanging
Event Type
|
ValueChangingEventHandler
|
Explicit Interface Implementations
IDataItemSource.MetadataChanged(PropertyDescriptor)
Declaration
void IDataItemSource.MetadataChanged(PropertyDescriptor pd)
Parameters
|
System.ComponentModel.PropertyDescriptor
pd
|