ClassListViewDetailColumn
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
[TypeConverter(typeof(ListViewColumnTypeConverter))]
public class ListViewDetailColumn : RadObject, IDisposable, ICustomTypeDescriptor, INotifyPropertyChanged
Inheritance: objectDisposableObjectRadObjectListViewDetailColumn
Implements:
Inherited Members
Constructors
Fields
AutoSizeModeProperty
Declaration
public static RadProperty AutoSizeModeProperty
Field Value
Properties
AutoSizeMode
Gets or sets the mode by which the column automatically adjusts its width after BestFit is executed.
Declaration
[Browsable(false)]
public ListViewBestFitColumnMode AutoSizeMode { get; set; }
Property Value
Current
Gets or sets a value indicating whether this column is current.
Declaration
[Browsable(true)]
public bool Current { get; set; }
Property Value
FieldName
Gets the name of the field of the bound item corresponding to this column.
Declaration
[Browsable(false)]
public string FieldName { get; }
Property Value
HeaderText
Gets or sets the text that will be displayed in the header cells.
Declaration
[Browsable(true)]
public string HeaderText { get; set; }
Property Value
IsDataBound
Gets a value indicating whether the column is in bound mode.
Declaration
[Browsable(false)]
public bool IsDataBound { get; }
Property Value
MaxWidth
Gets the maximum width that the column can be resized to.
Declaration
[Browsable(true)]
public float MaxWidth { get; set; }
Property Value
MinWidth
Gets the minimum width that the column can be resized to.
Declaration
[Browsable(true)]
public float MinWidth { get; set; }
Property Value
Name
Gets the name of the column. Must be unique for each column in the same RadListViewElement.
Owner
Gets the RadListViewElement that owns this column.
Declaration
[Browsable(false)]
public RadListViewElement Owner { get; }
Property Value
Visible
Gets or sets a value indicating whether this column will be visible in DetailsView.
Declaration
[Browsable(true)]
public bool Visible { get; set; }
Property Value
Methods
BestFit()
Adjusts the column width to fit the contents of all cells in the column, including the header cell.
Declaration
public void BestFit()
Initialize()
Declaration
protected virtual void Initialize()