New to Telerik UI for WPFStart a free 30-day trial

The class represents the fill selection of the Selection.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FillSelection

Inheritance: objectFillSelection

Properties

Gets or sets a value indicating whether to enable or disable the Fill Handle feature.

C#
public bool IsEnabled { get; set; }
Property Value:

The value indicating whether to enable or disable the Fill Handle feature.

Gets or sets a value indicating whether the fill selection is started or not.

C#
public bool IsStarted { get; set; }
Property Value:

The value indicating whether the fill selection is started or not.

Gets a value returning the cell index of the last active position of the pointer.

C#
public CellIndex LastActivePosition { get; }

SelectedRange

CellRange

Gets a value returning the selected CellRange.

C#
public CellRange SelectedRange { get; }

Events

Occurs when the FillSelection is changed.

C#
public event EventHandler FillSelectionChanged

Occurs when the IsEnabled is changed.

C#
public event EventHandler IsEnabledChanged