Class Input
Provides attached properties for Input controls
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class Input
Fields
View SourceIsReadOnlyProperty
Identifies the DependencyProperty for the Sartorius.SAF.Presentation.Controls.Input.IsReadOnly property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
View SourceGetIsReadOnly(DependencyObject)
Gets the value of the Sartorius.SAF.Presentation.Controls.Input.IsReadOnly attached property for a specified DependencyObject.
Declaration
public static bool GetIsReadOnly(DependencyObject element)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element from which the property value is read. |
Returns
| Type | Description |
|---|---|
| bool | The Sartorius.SAF.Presentation.Controls.Input.IsReadOnly property value for the element. |
SetIsReadOnly(DependencyObject, bool)
Sets the value of the Sartorius.SAF.Presentation.Controls.Input.IsReadOnly attached property to a specified DependencyObject.
Declaration
public static void SetIsReadOnly(DependencyObject element, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element to which the attached property is written. |
| bool | value | The needed Sartorius.SAF.Presentation.Controls.Input.IsReadOnly value. |