Back to Devexpress

IModelPropertyEditorLinkView Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-10499fef.md

latest1.9 KB
Original Source

IModelPropertyEditorLinkView Interface

Used to extend the Application Model‘s PropertyEditor and Column nodes.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelPropertyEditorLinkView
vb
Public Interface IModelPropertyEditorLinkView

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelPropertyEditorLinkView is used by the LinkUnlinkController, to extend the IModelPropertyEditor and IModelColumn interfaces.

See Also

IModelPropertyEditorLinkView Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.SystemModule Namespace