Class Binding
Represents a data binding.
Inherited Members
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class Binding
Constructors
Name | Description |
---|---|
Binding() | Initializes a new instance of Binding class. |
Properties
Name | Description |
---|---|
AdheresToFrozenBottom | Gets a value indicates whether this binding adheres to frozen bottom layout grid row(s) so that it won't scroll outside the scrollable area. |
AdheresToFrozenLeft | Gets a value indicates whether this binding adheres to frozen left layout grid column(s) so that it won't scroll outside the scrollable area. |
AdheresToFrozenRight | Gets a value indicates whether this binding adheres to frozen right layout grid column(s) so that it won't scroll outside the scrollable area. |
AdheresToFrozenTop | Gets a value indicates whether this binding adheres to frozen top layout grid row(s) so that it won't scroll outside the scrollable area. |
AutoSizeOrder | Gets the number of order to calculate layout auto sizing. |
AutoSizeWaiver | Gets the waiver for layout auto sizing calculation. |
GridRange | Gets the GridRange to render the target view element. |
IsSealed | Gets a value indicates whether this binding is sealed and no further changes allowed. |
Ordinal | Gets the ordinal of this binding. |
ParentBinding | Gets the parent binding. |
Style | Gets the style that will be applied to target view element. |
Template | Gets the Template associated with this binding. |
ViewType | Gets the type of view element. |