Skip to main content
.NET 6.0+

SplitString.Text Property

Specifies the string representing the SplitString full text value.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string Text { get; set; }

Property Value

Type Description
String

The string representing the SplitString full text.

Remarks

The Text property exposes the string represented by the SplitString class. Its value is calculated by concatenating the values of the SplitString.FirstPart, SplitString.Separator and SplitString.SecondPart string properties. However, if one of the parts is empty or undefined, the Separator is omitted. You can also manually assign a custom value to the Text property. In this instance, the values of the FirstPart, Separator and SecondPart properties are ignored.

See Also