Skip to main content
.NET 6.0+

CustomizeConvertCompoundNameEventArgs.Name Property

Specifies the compound name to be processed.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A string representing the compound name to be processed.

See Also