Skip to main content

ParameterViewModel.IsFixedParameter Property

Indicates whether editing the parameter name and type is enabled.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool IsFixedParameter { get; }

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