Class
AutoSizeEventArgs

Provides data for events related to automatic sizing functionality.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class AutoSizeEventArgs : EventArgs

Inheritance: objectEventArgsAutoSizeEventArgs

Inherited Members EventArgs.Empty

Constructors

AutoSizeEventArgs(bool)

Initializes a new instance of the AutoSizeEventArgs class.

Declaration

cs-api-definition
public AutoSizeEventArgs(bool autoSize)

Parameters

autoSize

bool

true to indicate that automatic sizing is enabled; otherwise, false.

Fields

AutoSize

Gets a value indicating whether automatic sizing is enabled.

Declaration

cs-api-definition
public readonly bool AutoSize

Field Value

bool

true if automatic sizing is enabled; otherwise, false.