ParameterViewModel.IsFixedParameter Property
Indicates whether editing the parameter name and type is enabled.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if only the parameter value can be edited; otherwise, false. |
Remarks
For some parameters, it is only possible to customize their values and not their names or types (such as stored procedure or object data source parameters).
See Also