Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ParameterViewModel.IsFixedParameter Property

Indicates whether editing the parameter name and type is enabled.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.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