Skip to main content
.NET 6.0+

CustomizeConvertCompoundNameEventArgs(CompoundNameConvertStyle, String) Constructor

Initializes a new instance of the CustomizeConvertCompoundNameEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomizeConvertCompoundNameEventArgs(
    CompoundNameConvertStyle style,
    string name
)

Parameters

Name Type Description
style CompoundNameConvertStyle

A CompoundNameConvertStyle enumeration value specifying how the compound name specified by the name parameter should be processed. This parameter value is assigned to the CustomizeConvertCompoundNameEventArgs.Style property.

name String

A string representing the compound name to be processed. This parameter value is assigned to the CustomizeConvertCompoundNameEventArgs.Name property.

See Also