ModuleBase.Description Property
In This Article
Specifies a textual description of a module.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
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 and displayed in the Module Designer.
See Also