Skip to main content
A newer version of this page is available. .

ModuleBase.Description Property

Specifies a textual description of a module.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string Description { get; set; }

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