CustomizeConvertCompoundNameEventArgs(CompoundNameConvertStyle, String) Constructor
Initializes a new instance of the CustomizeConvertCompoundNameEventArgs class.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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