Skip to main content

RepositoryItem Properties

Serves as the base for all repository items.
Name Description
AccessibleDefaultActionDescription Gets or sets the default action description of the repository item for use by accessibility client applications.
AccessibleDescription Gets or sets the object’s description used by accessibility client applications.
AccessibleName Gets or sets the object’s name used by accessibility client applications.
AccessibleRole Gets or sets the object’s accessible role.
AllowFocused Gets or sets a value specifying whether the focus rectangle is displayed within the editor when it has focus.
AllowFocusedAppearance Gets a value which indicates whether the appearance settings used to paint the editor when it’s focused can be used.
AllowHtmlDraw Gets or sets whether HTML tags can be used to format an editor’s text or text of the editor’s items.
AllowInplaceAutoFilter This member supports the internal infrastructure, and is not intended to be used directly from your code.
AllowInplaceBorderPainter This member supports the internal infrastructure, and is not intended to be used directly from your code.
AllowMouseWheel Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor.
Appearance Gets appearance settings used to paint the editor when it is enabled.
AppearanceDisabled Gets appearance settings used to paint the editor when it is disabled.
AppearanceFocused Gets appearance settings used to paint the current editor when it is focused.
AppearanceReadOnly Gets appearance settings used to paint the read-only editor.
AutoHeight Gets or sets a value specifying whether the editor’s height is calculated automatically to fit the editor’s content.
BestFitWidth Gets or sets the editor’s best fit width.
BorderStyle Gets or sets the editor’s border style.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
ContextMenu Gets or sets the context menu for the editor.
DefaultAlignment Gets the default horizontal alignment of the editor’s content.
DefaultBorderStyleInBars This member supports the internal infrastructure, and is not intended to be used directly from your code.
DefaultBorderStyleInGrid This member supports the internal infrastructure, and is not intended to be used directly from your code.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DisplayFormat Provides access to the format settings applied to the editor’s display text. These settings are in effect when the editor does not have input focus.
Editable Gets whether the editor’s value can be changed.
EditFormat Provides access to the settings used to format the edit value when the editor has input focus.
EditorTypeName Gets the class name of the editor corresponding to the repository item.
EditValueChangedDelay Gets or sets the time interval between the moment when an end-user stops changing the editor’s value and the RepositoryItem.EditValueChanged event being raised.
EditValueChangedFiringDelay static Gets or sets the default time interval between the moment when an end-user stops changing the editor’s value and the RepositoryItem.EditValueChanged event being raised.
EditValueChangedFiringMode Gets or sets the RepositoryItem.EditValueChanged event’s firing mode.
Enabled Gets or sets a value indicating whether the edit control can respond to user actions. This property is supported for standalone editors.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ExportMode Specifies whether the editor’s value or display text is exported when data is exported to XLS and CSV formats.
HtmlImages Gets or sets a collection of images that can be embedded in the editor’s display text or the display text of the editor’s items, using the image tag.
IsDesignMode Indicates whether the editor is currently in design mode.
IsDisposed Gets a value indicating whether the control has been disposed of.
IsEditValueChangedEventPending Gets whether the EditValueChanged event is postponed.
IsFilterLookUp This member supports the internal infrastructure, and is not intended to be used directly from your code.
IsLoading Indicates whether the editor is being loaded.
IsLockUpdate Gets a value indicating whether the editor is immediately updated in response to changing its settings.
IsNonSortableEditor This member supports the internal infrastructure, and is not intended to be used directly from your code.
LinkCount Gets the number of objects connected to the current repository item.
LookAndFeel Provides access to the stand-alone editor’s look and feel settings. These settings are not in effect for the editor in a bar, ribbon, grid, etc.
Name Gets or sets the repository item name.
NormalizeDisplayText static Set the NormalizeDisplayText property to true to correctly process diacritics when selecting rows from a dropdown window in the LookUpEdit control.
NullText Gets or sets the text that presents the editor’s null value (null, System.DBNull.Value and RepositoryItemDateEdit.NullDate - for DateEdit).
OwnerEdit Gets the editor that owns the repository item.
OwnerItem This member supports the internal infrastructure, and is not intended to be used directly from your code.
PopupOffset Gets or sets the popup window’s location.
Properties Obsolete. Gets an object providing properties specific to all editors that can be used inplace within a container control.
ReadOnly Gets or sets a value specifying whether the editor’s value can be changed by end-users.
RequireDisplayTextSorting This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Site Gets or sets a ISite for the object.
Tag Gets or sets the data associated with the repository item.
UseParentBackground This member supports the internal infrastructure, and is not intended to be used directly from your code.
UseTextEditorForAutoFilter Gets whether to substitute this editor with the single-line text editor in auto-filter rows.
See Also