Skip to main content
All docs
V25.1
  • ReportDesignerCommands.ResizeSelectionNoSnapCommand Property

    Returns a command that allows a user to resize selected controls pixel by pixel.

    Namespace: DevExpress.Xpf.Reports.UserDesigner

    Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll

    NuGet Package: DevExpress.Wpf.Reporting

    Declaration

    public ICommand ResizeSelectionNoSnapCommand { 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 Control+Shift+Arrow shortcut.

    See Also