C# Class Signum.Windows.ButtonBar

Interaction logic for ButtonBar.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
OkVisibleProperty System.Windows.DependencyProperty
ReloadVisibleProperty System.Windows.DependencyProperty
SaveVisibleProperty System.Windows.DependencyProperty

Public Methods

Method Description
ButtonBar ( ) : System
SetButtons ( List elements ) : void

Method Details

ButtonBar() public method

public ButtonBar ( ) : System
return System

SetButtons() public method

public SetButtons ( List elements ) : void
elements List
return void

Property Details

OkVisibleProperty public static property

public static DependencyProperty,System.Windows OkVisibleProperty
return System.Windows.DependencyProperty

ReloadVisibleProperty public static property

public static DependencyProperty,System.Windows ReloadVisibleProperty
return System.Windows.DependencyProperty

SaveVisibleProperty public static property

public static DependencyProperty,System.Windows SaveVisibleProperty
return System.Windows.DependencyProperty