Skip to main content

XlCustomPropertyValue.TextValue Property

Returns a string assigned to a custom document property.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public string TextValue { get; }

Property Value

Type Description
String

A String value that is the custom property value.

Remarks

Use the TextValue property to obtain the text value contained in a custom document property. To check whether the custom property value is of the text type, use the XlCustomPropertyValue.Type property.

See Also