Show / Hide Table of Contents

Class Input

Provides attached properties for Input controls

Inheritance
object
Input
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class Input

Fields

View Source

IsReadOnlyProperty

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 Source

GetIsReadOnly(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.

View Source

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.

  • View Source
Back to top Generated by DocFX