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

Represents the select all button control.

Definition

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

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SelectAllControl : ControlBase

Inheritance: objectControlBaseSelectAllControl

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

Initializes a new instance of the SelectAllControl class.

C#
public SelectAllControl()

Fields

Associated worksheet editor dependency property.

C#
public static readonly DependencyProperty AssociatedWorksheetEditorProperty

FillProperty

DependencyProperty

Fill dependency property.

C#
public static readonly DependencyProperty FillProperty

HoverFillBrushProperty

DependencyProperty

Hover fill brush dependency property.

C#
public static readonly DependencyProperty HoverFillBrushProperty

NormalFillBrushProperty

DependencyProperty

Normal fill brush dependency property.

C#
public static readonly DependencyProperty NormalFillBrushProperty

SelectAllControlStateProperty

DependencyPropertyKey

Select all control state dependency property.

C#
public static readonly DependencyPropertyKey SelectAllControlStateProperty

SelectedFillBrushProperty

DependencyProperty

Selected fill brush dependency property.

C#
public static readonly DependencyProperty SelectedFillBrushProperty

Properties

Gets or sets the associated worksheet editor.

C#
public RadWorksheetEditor AssociatedWorksheetEditor { get; set; }
Property Value:

The associated worksheet editor.

Fill

Brush

Gets or sets the fill.

C#
public Brush Fill { get; set; }
Property Value:

The fill.

Gets or sets the hover fill brush.

C#
public Brush HoverFillBrush { get; set; }
Property Value:

The hover fill brush.

Gets or sets the normal fill brush.

C#
public Brush NormalFillBrush { get; set; }
Property Value:

The normal fill brush.

Gets or sets the state.

C#
public SelectAllControlState SelectAllControlState { get; }
Property Value:

The state.

Gets or sets the selected fill brush.

C#
public Brush SelectedFillBrush { get; set; }
Property Value:

The selected fill brush.

Methods

Called to arrange and size the content of a Control object.

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSize

The computed size that is used to arrange the content.

Returns:

Size

The size of the control.

Called to remeasure a control.

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSize

The available size.

Returns:

Size

The size of the control, up to the maximum specified by availableSize.

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.