SelectAllControl
Represents the select all button control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SelectAllControl : ControlBase
Inheritance: objectControlBaseSelectAllControl
Inherited Members
Constructors
Initializes a new instance of the SelectAllControl class.
public SelectAllControl()
Fields
AssociatedWorksheetEditorProperty
DependencyProperty
Associated worksheet editor dependency property.
public static readonly DependencyProperty AssociatedWorksheetEditorProperty
FillProperty
DependencyProperty
Fill dependency property.
public static readonly DependencyProperty FillProperty
HoverFillBrushProperty
DependencyProperty
Hover fill brush dependency property.
public static readonly DependencyProperty HoverFillBrushProperty
NormalFillBrushProperty
DependencyProperty
Normal fill brush dependency property.
public static readonly DependencyProperty NormalFillBrushProperty
SelectAllControlStateProperty
DependencyPropertyKey
Select all control state dependency property.
public static readonly DependencyPropertyKey SelectAllControlStateProperty
SelectedFillBrushProperty
DependencyProperty
Selected fill brush dependency property.
public static readonly DependencyProperty SelectedFillBrushProperty
Properties
Gets or sets the associated worksheet editor.
public RadWorksheetEditor AssociatedWorksheetEditor { get; set; }
The associated worksheet editor.
Fill
Brush
Gets or sets the fill.
public Brush Fill { get; set; }
The fill.
HoverFillBrush
Brush
Gets or sets the hover fill brush.
public Brush HoverFillBrush { get; set; }
The hover fill brush.
NormalFillBrush
Brush
Gets or sets the normal fill brush.
public Brush NormalFillBrush { get; set; }
The normal fill brush.
Gets or sets the state.
public SelectAllControlState SelectAllControlState { get; }
The state.
SelectedFillBrush
Brush
Gets or sets the selected fill brush.
public Brush SelectedFillBrush { get; set; }
The selected fill brush.
Methods
Called to arrange and size the content of a Control object.
protected override Size ArrangeOverride(Size finalSize)
The computed size that is used to arrange the content.
Returns:Size
The size of the control.
Called to remeasure a control.
protected override Size MeasureOverride(Size availableSize)
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 .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.