|
RetailInvoiceJobParametersAccountingExportRetailerFilterCode Property |
Gets or sets the retailer filter code.
Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public string AccountingExportRetailerFilterCode { get; set; }
No code example is currently available or this language may not be supported.
Property Value
StringRemarks
This is a wrapper for the RetailerFilter property, and is needed because you can't bind to enum values at design time.
See: http://community.devexpress.com/forums/t/14640.aspx.
See Also