Back to Devexpress

DXPropertyEditor.RepositoryItemsTypesWithMandatoryButtons Field

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-dxpropertyeditor-bba6de87.md

latest1.9 KB
Original Source

DXPropertyEditor.RepositoryItemsTypesWithMandatoryButtons Field

When a Property Editor is displayed in a read-only mode, in most cases the control’s buttons should be invisible to prohibit end-user interaction. However, certain controls must have their buttons visible to provide the viewing functionality. These controls’ repository item types are listed in the collection returned by this field. By default, this collection contains the following types: RepositoryItemImageEdit , RepositoryItemMemoExEdit , RepositoryItemRtfEditEx and RepositoryItemObjectEdit.

Namespace : DevExpress.ExpressApp.Win.Editors

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static List<Type> RepositoryItemsTypesWithMandatoryButtons
vb
Public Shared RepositoryItemsTypesWithMandatoryButtons As List(Of Type)

Field Value

Type
List<Type>

See Also

DXPropertyEditor Class

DXPropertyEditor Members

DevExpress.ExpressApp.Win.Editors Namespace