Skip to main content
A newer version of this page is available. .

FunctionInfo.UsageSample Property

Specifies the example illustrating the function syntax in the Expression Editor panel and tooltip.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string UsageSample { get; set; }

Property Value

Type Description
String

A String value.

See Also