Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeConvertCompoundNameEventArgs.Style Property

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

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v19.2.dll

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