Class ResizeMode
Specifies whether a window can be resized and, if so, how it can be resized. Used by the ResizeMode property.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class ResizeMode : Enum
Fields
CanMinimize
RadWindow can only be minimized and restored. Only the Minimize and Close buttons are shown.
Declaration
public const ResizeMode CanMinimize
Field Value
ResizeMode
1 |
CanResize
RadWindow can be resized. The Minimize and Maximize buttons are all shown.
Declaration
public const ResizeMode CanResize
Field Value
ResizeMode
0 |
NoResize
RadWindow cannot be resized. The Minimize and Maximize buttons are not displayed in the title bar.
Declaration
public const ResizeMode NoResize
Field Value
ResizeMode
3 |
value__
Declaration
public int value__
Field Value
System.Int32
|