SeriesBaseModel.FilterString Property
Gets or sets the SeriesBase.FilterString property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[LocalizableCategory(DesignerCategories.Data)]
public string FilterString { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The current filter expression. |
See Also