Skip to main content
.NET 6.0+

SplitString.Separator Property

Specifies the separator string dividing the SplitString.FirstPart and the SplitString.SecondPart strings.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string Separator { get; set; }

Property Value

Type Description
String

The separator string. The default is “ - “.

See Also