Table of Contents
AllowMove Property

Gets or sets a boolean indicating if a Dialog can be moved. Default is true.

Syntax
 public Boolean AllowMove { get; set; }
Remarks

By default, user can move the dialog around by draging the dialog header.

Optionally, you can use an HTML element to define a boundary within which the dialog can be moved. See ConfineElementID property for details.

See Also