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

CellStyleClassProperty

public static readonly BindableProperty CellStyleClassProperty

Field Value

BindableProperty

HeaderStyleClassProperty

public static readonly BindableProperty HeaderStyleClassProperty

Field Value

BindableProperty

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

CellStyleClass

public string CellStyleClass { get; set; }

Property Value

string

HeaderStyleClass

public string HeaderStyleClass { get; set; }

Property Value

string

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