Back to Devexpress

IModelColumnWin Interface

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-6833f1f9.md

latest1.9 KB
Original Source

IModelColumnWin Interface

Used to extend the Application Model‘s Column node.

Namespace : DevExpress.ExpressApp.Win.SystemModule

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

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

Declaration

csharp
public interface IModelColumnWin
vb
Public Interface IModelColumnWin

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelColumnWin interface is used by the SystemWindowsFormsModule , to extend the IModelColumn interface.

See Also

IModelColumnWin Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

List View Column Generation

DevExpress.ExpressApp.Win.SystemModule Namespace