CustomFormatObjectEventArgs.EmptyEntriesMode Property
Returns the EmptyEntriesMode enumeration value that defines the processing behavior.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public EmptyEntriesMode EmptyEntriesMode { get; }
#Property Value
Type | Description |
---|---|
Empty |
An Empty |
Available values:
Name | Description |
---|---|
Default | Considered when a string passed to the Object |
Remove |
Considered when a string passed to the Object |
Remove |
Obsolete. Use Remove |
#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.