Skip to main content
.NET 6.0+

CustomizeConvertCompoundNameEventArgs.Style Property

Specifies how the CustomizeConvertCompoundNameEventArgs.Name compound name should be processed.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CompoundNameConvertStyle Style { get; }

Property Value

Type Description
CompoundNameConvertStyle

A CompoundNameConvertStyle enumeration value specifying how the CustomizeConvertCompoundNameEventArgs.Name compound name should be processed.

See Also