DXCommandParameterTypeAttribute.Description Property
Gets or sets the parameter description text.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String | The parameter description text. |
See Also