SplitString.Text Property
Specifies the string representing the SplitString full text value.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.