Skip to main content
.NET 6.0+

CustomFormatObjectEventArgs.EmptyEntriesMode Property

Returns the EmptyEntriesMode enumeration value that defines the processing behavior.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public EmptyEntriesMode EmptyEntriesMode { get; }

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