Skip to main content
All docs
V23.2

ReportDesignerCommands.ResizeSelectionCommand Property

Returns a command that allows a user to resize selected controls by snapping it to the grid, if SnappingMode.SnapToGrid mode is on; otherwise, pixel by pixel.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ICommand ResizeSelectionCommand { get; }

Property Value

Type Description
ICommand

An object that implements the ICommand interface that defines the command.

Remarks

You can resize selected controls with the Shift+Arrow shortcut.

See Also