Skip to main content
.NET 6.0+

ModuleBase.Description Property

Specifies a textual description of a module.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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