Skip to main content
A newer version of this page is available. .

SelectItemsByRegionBehavior Class

The Select by Region behavior settings.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.2.dll

Declaration

public class SelectItemsByRegionBehavior :
    RegionBehaviorBase

The following members return SelectItemsByRegionBehavior objects:

Remarks

To implement custom allowing conditions for the Zoom to Region behavior, inherit this class and override the RegionBehaviorBase.Allowed property.

See Also