Back to Devexpress

IModelStaticText Interface

expressappframework-devexpress-dot-expressapp-dot-model-0c597e37.md

latest1.8 KB
Original Source

IModelStaticText Interface

The StaticText node defines a View Item that represents a Static Text.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelStaticText :
    IModelViewItem,
    IModelNode,
    ISupportControlAlignment
vb
Public Interface IModelStaticText
    Inherits IModelViewItem,
             IModelNode,
             ISupportControlAlignment

The following members return IModelStaticText objects:

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelStaticText Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Detail View Layout Customization

DevExpress.ExpressApp.Model Namespace