Back to Devexpress

ModuleBase.Description Property

expressappframework-devexpress-dot-expressapp-dot-modulebase-5bdc5840.md

latest1.3 KB
Original Source

ModuleBase.Description Property

Specifies a textual description of a module.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public string Description { get; set; }
vb
Public Property Description As String

Property Value

TypeDescription
String

A string value that represents the current module description.

|

Remarks

This property returns an empty string, by default. However, to specify the current module description, set this property in the module constructor.

This property value is saved to the application’s .log file.

See Also

ModuleBase Class

ModuleBase Members

DevExpress.ExpressApp Namespace