New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 1 year ago
PropertyDescription
EnableKineticScrollingGets or sets a value indicating whether the kinetic scrolling function is enabled.
EnableCustomGroupingGets or sets a value indicating whether the data can be grouped programmatically.
IsEditingGets a value indicating whether there are currently open editors.
ReadOnlyGets or sets a value indicating whether the user is allowed to edit the values of the properties.
ActiveEditorGets the active editor.
BeginEditModeGets or sets a value indicating how user begins editing a cell.
AutoExpandGroupsGets or sets a value indicating whether the groups will be expanded or collapsed upon creation.
RadContextMenuGets or sets the shortcut menu associated with the control.
AllowDefaultContextMenuGets or sets a value indicating whether the default context menu is enabled.
KeyboardSearchEnabledGets or sets a value that determines whether the user can navigate to an item by typing when RadPropertyGrid is focused.
KeyboardSearchResetIntervalGets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
FindStringComparerGets or sets the string comparer used by the keyboard navigation functionality.
SelectedGridItemGets or sets the selected item.
SelectedObjectGets or sets the object which properties the is displaying.
SelectedObjectsGets or sets the objects which properties the is displaying.
ItemsGets the Items collection.
GroupsGets the Groups collection.
EnableGroupingGets or sets a value indicating whether grouping is enabled.
EnableSortingGets or sets a value indicating whether sorting is enabled.
EnableFilteringGets or sets a value indicating whether filtering is enabled.
GroupDescriptorsGets the group descriptors.
FilterDescriptorsGets the filter descriptors.
SortDescriptorsGets the sort descriptors.
SortOrderGets or sets the sort order of items.
PropertySortGets or sets the mode in which the properties will be displayed in the .
HelpVisibleGets or sets a value indicating whether the is visible.
HelpBarHeightGets or sets the height of the .
ToolbarVisibleGets or sets a value indicating whether the search box of the should be visible
PropertyGridElementGets the of this control.
ItemHeightGets or sets the height of the items.
ItemSpacingGets or sets the distance between items of the RadPropertyGridElement.
ItemIndentGets or sets the width of the indentation of sub items.
BackColorRadPropertyGrid consists of multiple visual elements and separate settings are provided to customize their appearance. Current BackColor property might be ignored.
ForeColorRadPropertyGrid consists of multiple visual elements and separate settings are provided to customize their appearance. Current ForeColor property might be ignored.

Methods

MethodDescription
BestFitUses a mechanism to maximize the visible strings in both columns of RadPropertyGrid.
BestFit(PropertyGridBestFitMode mode)Best fits the column(s) of RadPropertyGrid using the given mode.
ExpandAllGridItemsExpands all categories.
CollapseAllGridItemsCollapses all categories.
ResetSelectedPropertyResets the selected property to its default value.
BeginEditPuts the current item in edit mode.
EndEditCommits any changes and ends the edit operation on the current item.
CancelEditClose the currently active editor and discard changes.

Events

EventDescription
SelectedObjectChangingOccurs before the selected object is changed.
SelectedObjectChangedOccurs after the selected object is changed.
SelectedGridItemChangingOccurs before a property grid item is selected.
SelectedGridItemChangedOccurs after the property item is selected. For more information about handling events, see also SelectedItemChanging.
ContextMenuOpeningOccurs when opening the context menu.
CustomGroupingFires for custom grouping operation.
ItemMouseDownOccurs when the user presses a mouse button over a property grid item.
ItemMouseMoveOccurs when the user moves the mouse in the area of a property grid item.
ItemMouseClickOccurs when a mouse button is clicked inside a
ItemMouseDoubleClickOccurs when a mouse button is double clicked inside a
ItemExpandedChangingOccurs before the value of the Expanded property of a property grid item is changed.
ItemExpandedChangedOccurs after the value of the Expanded property of a property grid item is changed.
ItemFormattingOccurs when the item changes its state and needs to be formatted.
CreateItemOccurs when a new item element is going to be created.
CreateItemElementOccurs when a new item element is going to be created.
EditorRequiredOccurs when editor is required.
EditingOccurs when editing is started.
EditorInitializedOccurs when editor is initialized.
EditedOccurs when editing has been finished.
PropertyValueChangingOccurs when item's value is changing.
PropertyValueChangedOccurs when a property value changes.
PropertyValidatingFires when a property value is validating.
PropertyValidatedFires when a peoperty has finished validating.
ValueChangingFires before the value in an editor is being changed. The action can be canceled.
ValueChangedFires when the value of an editor changes.

See Also

In this article
MethodsEventsSee Also
Not finding the help you need?
Contact Support