CustomFormatObjectEventArgs.EmptyEntriesMode Property
Returns the EmptyEntriesMode enumeration value that defines the processing behavior.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
EmptyEntriesMode | An EmptyEntriesMode enumeration value that defines the processing behavior. |
Remarks
Use this property to determine the current mode of processing the string passed to the Format method. For additional information, refer to the EmptyEntriesMode topic.
See Also