Class AutoSizeEventArgs
Provides data for events related to automatic sizing functionality.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class AutoSizeEventArgs : EventArgs
Remarks
This class is used when components need to communicate information about automatic sizing operations, typically during layout or resize events.
Constructors
AutoSizeEventArgs(Boolean)
Initializes a new instance of the AutoSizeEventArgs class.
Declaration
public AutoSizeEventArgs(bool autoSize)
Parameters
System.Boolean
autoSize
|
Fields
AutoSize
Gets a value indicating whether automatic sizing is enabled.
Declaration
public readonly bool AutoSize
Field Value
System.Boolean
|