Inherits GridViewDataColumn and presents TimeSpan objects and defines the corresponding editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewTimeSpanColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewTimeSpanColumn...
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewTimeSpanColumn.
public GridViewTimeSpanColumn()
Initializes a new instance of the GridViewTimeSpanColumn.
Initializes a new instance of the GridViewTimeSpanColumn.
public GridViewTimeSpanColumn(string fieldName)
A string value referring to the unique name of the column.
Fields
public static RadProperty DaysStepProperty
public static RadProperty EditModeProperty
public static RadProperty FormatProperty
public static RadProperty HoursStepProperty
public static RadProperty MaximumProperty
public static RadProperty MillisecondsStepProperty
public static RadProperty MinimumProperty
public static RadProperty MinutesStepProperty
public static RadProperty SecondsStepProperty
Properties
Gets or sets the data type of the column.
[Browsable(true)]
[TypeConverter(typeof(DataTypeConverter))]
public override Type DataType { get; set; }
Overrides:
Gets or sets the days step used when modifying the value.
public int DaysStep { get; set; }
Gets or sets a value indicating how the users will edit the TimeSpan value.
public TimeSpanEditMode EditMode { get; set; }
Gets or sets the type of the excel export.
public override DisplayFormatType ExcelExportType { get; set; }
The type of the excel export.
Overrides:
Gets or sets the format of the TimeSpan displayed in the editor.
public string Format { get; set; }
Gets or sets the hours step used when modifying the value.
public int HoursStep { get; set; }
Gets or sets the maximum value.
[Browsable(true)]
public TimeSpan Maximum { get; set; }
Gets or sets the milliseconds step used when modifying the value.
public int MillisecondsStep { get; set; }
Gets or sets the minimum value.
[Browsable(true)]
public TimeSpan Minimum { get; set; }
Gets or sets the minutes step used when modifying the value.
public int MinutesStep { get; set; }
Gets or sets the seconds step used when modifying the value.
public int SecondsStep { get; set; }
Methods
Gets the type of the cell.
public override Type GetCellType(GridViewRowInfo row)
The row.
Returns:Overrides:
Gets the default data type converter.
protected override TypeConverter GetDefaultDataTypeConverter(Type type)
The type.
Returns:Overrides:
public override void InitializeEditor(IInputEditor editor)
Overrides: