Class
RowColumnHeadingResizeEventArgs

Event arguments for the row and column headings resize events.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class RowColumnHeadingResizeEventArgs : EventArgs

Inheritance: objectEventArgsRowColumnHeadingResizeEventArgs

Inherited Members EventArgs.Empty

Constructors

RowColumnHeadingResizeEventArgs(int, double, bool)

Initializes a new instance of the RowColumnHeadingResizeEventArgs class.

Declaration

cs-api-definition
public RowColumnHeadingResizeEventArgs(int index, double newSize, bool isAutoSize)

Parameters

index

int

The index.

newSize

double

The new size.

isAutoSize

bool

Size of the is auto.

Properties

Index

Gets or sets the index.

Declaration

cs-api-definition
public int Index { get; }

Property Value

int

The index.

IsAutoSize

Gets or sets the value indicating whether the size is automatically set.

Declaration

cs-api-definition
public bool IsAutoSize { get; }

Property Value

bool

The size of the is auto.

NewSize

Gets or sets the new size.

Declaration

cs-api-definition
public double NewSize { get; }

Property Value

double

The new size.