Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Converters Namespace / LevelToOpacityConverter Class


In This Topic
    LevelToOpacityConverter Class Methods
    In This Topic

    For a list of all members of this type, see LevelToOpacityConverter members.

    Public Methods
     NameDescription
    Public Method

    Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. This method can only convert Int32 values.

     
    Public MethodReverts a converted value. The data binding engine calls this method when it propagates a value from the binding target to the binding source. This method only supports Double values.  
    Top
    See Also