MindFusion.Wpf Pack Programmer's Guide
GridColumnBindingTarget Enumeration
See Also
 





Specifies the binding type in the ApplyBinding method.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public enum GridColumnBindingTarget

Visual Basic  Copy Code

Public Enum GridColumnBindingTarget

 Members

  Member name Description

Editor

Indicates that the binding is applied to an element that will be used as an editor of the value.

Viewer

Indicates that the binding is applied to an element that will be used as a viewer of the value.

 See Also

MindFusion.DataViews.Wpf Namespace