SplitString.Separator Property
Specifies the separator string dividing the SplitString.FirstPart and the SplitString.SecondPart strings.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | The separator string. The default is “ - “. |
See Also