DensityDataSet.FeatureCondition Property
Gets or sets a filtering condition for the features; can only be set before initialization.
Syntax
public Condition FeatureCondition { get; set; }
Property Value
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
The feature condition can of course use feature attributes, but it cannot use the View.UpdateAttributes.
If the type of the source DataSet is associated with a type of Query that is expressive enough, then it would be more efficient to do the filtering by a source Query instead.
Platforms
Windows, Linux, Android