Class DataGridColumn
public class DataGridColumn : BindableObject, INotifyPropertyChanged
- Inheritance
-
DataGridColumn
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
IsVisibleProperty
public static readonly BindableProperty IsVisibleProperty
Field Value
TitleProperty
public static readonly BindableProperty TitleProperty
Field Value
Properties
Binding
[Obsolete("Use ValueBinding instead!")]
public BindingBase Binding { get; set; }
Property Value
CellItemTemplate
public DataTemplate CellItemTemplate { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
TitleView
public View TitleView { get; set; }
Property Value
ValueBinding
public BindingBase ValueBinding { get; set; }
Property Value
Width
[TypeConverter(typeof(GridLengthTypeConverter))]
public GridLength Width { get; set; }