Back to Devexpress

CustomizeConvertCompoundNameEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-utils-1c44ed0b.md

latest2.5 KB
Original Source

CustomizeConvertCompoundNameEventArgs Class

Arguments passed to the CaptionHelper.CustomizeConvertCompoundName event.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CustomizeConvertCompoundNameEventArgs :
    HandledEventArgs
vb
Public Class CustomizeConvertCompoundNameEventArgs
    Inherits HandledEventArgs

CustomizeConvertCompoundNameEventArgs is the data class for the following events:

Remarks

The CustomizeConvertCompoundName event occurs after a call to the CaptionHelper.ConvertCompoundName method, and allows you to manually process a compound name that’s being converted.

The CustomizeConvertCompoundNameEventArgs class exposes two properties which represent the parameters passed to the ConvertCompoundName method. The CustomizeConvertCompoundNameEventArgs.Name property specifies the compound name to be processed. The CustomizeConvertCompoundNameEventArgs.Style property specifies how the compound name should be processed.

Inheritance

Object EventArgs HandledEventArgs CustomizeConvertCompoundNameEventArgs

See Also

CustomizeConvertCompoundNameEventArgs Members

DevExpress.ExpressApp.Utils Namespace