Открытые статические члены | Статические открытые данные

Класс Itenso.Windows.Controls.ListViewLayout.RangeColumn

Граф наследования:Itenso.Windows.Controls.ListViewLayout.RangeColumn:
Itenso.Windows.Controls.ListViewLayout.LayoutColumn

Полный список членов класса

Открытые статические члены

static double GetMinWidth (DependencyObject obj)
static void SetMinWidth (DependencyObject obj, double minWidth)
static double GetMaxWidth (DependencyObject obj)
static void SetMaxWidth (DependencyObject obj, double maxWidth)
static bool GetIsFillColumn (DependencyObject obj)
static void SetIsFillColumn (DependencyObject obj, bool isFillColumn)
static bool IsRangeColumn (GridViewColumn column)
static double GetRangeMinWidth (GridViewColumn column)
static double GetRangeMaxWidth (GridViewColumn column)
static bool GetRangeIsFillColumn (GridViewColumn column)
static GridViewColumn ApplyWidth (GridViewColumn gridViewColumn, double minWidth, double width, double maxWidth)
static GridViewColumn ApplyWidth (GridViewColumn gridViewColumn, double minWidth, double width, double maxWidth, bool isFillColumn)

Статические открытые данные

static readonly DependencyProperty MinWidthProperty
static readonly DependencyProperty MaxWidthProperty
static readonly DependencyProperty IsFillColumnProperty

Данные класса

readonly DependencyProperty Itenso.Windows.Controls.ListViewLayout.RangeColumn.IsFillColumnProperty [static]
Инициализатор
                        DependencyProperty.RegisterAttached(
                                "IsFillColumn",
                                typeof( bool ),
                                typeof( RangeColumn ) )
readonly DependencyProperty Itenso.Windows.Controls.ListViewLayout.RangeColumn.MaxWidthProperty [static]
Инициализатор
                        DependencyProperty.RegisterAttached(
                                "MaxWidth",
                                typeof( double ),
                                typeof( RangeColumn ) )
readonly DependencyProperty Itenso.Windows.Controls.ListViewLayout.RangeColumn.MinWidthProperty [static]
Инициализатор
 
                        DependencyProperty.RegisterAttached(
                                "MinWidth",
                                typeof( double ),
                                typeof( RangeColumn ) )