Class GridFilterTimeSpanCellElement
Represents a filter cell for the time span column.
Inheritance
System.Object
GridFilterTimeSpanCellElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridFilterTimeSpanCellElement : GridFilterCellElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IContextMenuProvider, IVirtualizedElement<GridViewColumn>, IEditableCell, IDataConversionInfoProvider, ITypeDescriptorContext, IServiceProvider
Constructors
GridFilterTimeSpanCellElement(GridViewDataColumn, GridRowElement)
Initializes a new instance of the GridFilterTimeSpanCellElement class.
Declaration
public GridFilterTimeSpanCellElement(GridViewDataColumn dataColumn, GridRowElement row)
Parameters
GridViewDataColumn
dataColumn
The data column. |
GridRowElement
row
The row. |
Properties
ThemeEffectiveType
Gets the type of the theme.
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
The type of the theme. |
Overrides
Methods
ApplyFormatString(Object)
Declaration
protected override string ApplyFormatString(object value)
Parameters
System.Object
value
|
Returns
System.String
|