Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public string UsageSample { get; set; }

#Property Value

Type Description
String

A String value.

See Also