Class
ListViewDetailColumn

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ListViewColumnTypeConverter))]
public class ListViewDetailColumn : RadObject, IDisposable, ICustomTypeDescriptor, INotifyPropertyChanged

Inheritance: objectDisposableObjectRadObjectListViewDetailColumn

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members RadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.DisposeManagedResources()RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.GetValue(RadProperty)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.AddStylePropertySetting(IPropertySetting)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnPropertyChanged(RadPropertyChangedEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

ListViewDetailColumn(string)

Declaration

cs-api-definition
public ListViewDetailColumn(string name)

Parameters

name

string

ListViewDetailColumn(string, string)

Declaration

cs-api-definition
public ListViewDetailColumn(string name, string headerText)

Parameters

name

string

headerText

string

Fields

AutoSizeModeProperty

Declaration

cs-api-definition
public static RadProperty AutoSizeModeProperty

Field Value

RadProperty

Properties

AutoSizeMode

Gets or sets the mode by which the column automatically adjusts its width after BestFit is executed.

Declaration

cs-api-definition
[Browsable(false)]
public ListViewBestFitColumnMode AutoSizeMode { get; set; }

Property Value

ListViewBestFitColumnMode

Current

Gets or sets a value indicating whether this column is current.

Declaration

cs-api-definition
[Browsable(true)]
public bool Current { get; set; }

Property Value

bool

FieldName

Gets the name of the field of the bound item corresponding to this column.

Declaration

cs-api-definition
[Browsable(false)]
public string FieldName { get; }

Property Value

string

HeaderText

Gets or sets the text that will be displayed in the header cells.

Declaration

cs-api-definition
[Browsable(true)]
public string HeaderText { get; set; }

Property Value

string

IsDataBound

Gets a value indicating whether the column is in bound mode.

Declaration

cs-api-definition
[Browsable(false)]
public bool IsDataBound { get; }

Property Value

bool

MaxWidth

Gets the maximum width that the column can be resized to.

Declaration

cs-api-definition
[Browsable(true)]
public float MaxWidth { get; set; }

Property Value

float

MinWidth

Gets the minimum width that the column can be resized to.

Declaration

cs-api-definition
[Browsable(true)]
public float MinWidth { get; set; }

Property Value

float

Name

Gets the name of the column. Must be unique for each column in the same RadListViewElement.

Declaration

cs-api-definition
[Browsable(true)]
public string Name { get; }

Property Value

string

Owner

Gets the RadListViewElement that owns this column.

Declaration

cs-api-definition
[Browsable(false)]
public RadListViewElement Owner { get; }

Property Value

RadListViewElement

Visible

Gets or sets a value indicating whether this column will be visible in DetailsView.

Declaration

cs-api-definition
[Browsable(true)]
public bool Visible { get; set; }

Property Value

bool

Width

Gets the current width of the column.

Declaration

cs-api-definition
[Browsable(true)]
public float Width { get; set; }

Property Value

float

Methods

BestFit()

Adjusts the column width to fit the contents of all cells in the column, including the header cell.

Declaration

cs-api-definition
public void BestFit()

Initialize()

Declaration

cs-api-definition
protected virtual void Initialize()