Table of Contents

Class DataGridColumn

Namespace
UraniumUI.Material.Controls
Assembly
UraniumUI.Material.dll
public class DataGridColumn : BindableObject, INotifyPropertyChanged
Inheritance
DataGridColumn
Implements
Derived
Inherited Members
Extension Methods

Fields

IsVisibleProperty

public static readonly BindableProperty IsVisibleProperty

Field Value

BindableProperty

TitleProperty

public static readonly BindableProperty TitleProperty

Field Value

BindableProperty

WidthProperty

public static readonly BindableProperty WidthProperty

Field Value

BindableProperty

Properties

Binding

[Obsolete("Use ValueBinding instead!")]
public BindingBase Binding { get; set; }

Property Value

BindingBase

CellItemTemplate

public DataTemplate CellItemTemplate { get; set; }

Property Value

DataTemplate

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

Title

public string Title { get; set; }

Property Value

string

TitleView

public View TitleView { get; set; }

Property Value

View

ValueBinding

public BindingBase ValueBinding { get; set; }

Property Value

BindingBase

Width

[TypeConverter(typeof(GridLengthTypeConverter))]
public GridLength Width { get; set; }

Property Value

GridLength