Skip to main content
.NET Framework 4.6.2+

CustomizeConvertCompoundNameEventArgs.Style Property

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

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v24.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