Class ConditionalFormattableGridVisualElement
Represents an element which supports conditional formatting. Concrete implementors are GridDataRowElement and GridDataCellElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public abstract class ConditionalFormattableGridVisualElement : GridVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
ConditionalFormattableGridVisualElement()
Declaration
protected ConditionalFormattableGridVisualElement()
Properties
FormattingObject
Gets the BaseFormattingObject for this element.
Declaration
protected BaseFormattingObject FormattingObject { get; }
Property Value
BaseFormattingObject
|
SupportsConditionalFormatting
Determines whether the this instance supports conditional formatting.
Declaration
public virtual bool SupportsConditionalFormatting { get; }
Property Value
System.Boolean
|
Methods
NotifyFormatChanged(BaseFormattingObject)
Prepares the element for the formatting.
Declaration
protected virtual void NotifyFormatChanged(BaseFormattingObject oldFormat)
Parameters
BaseFormattingObject
oldFormat
|
SetFormattingObject(BaseFormattingObject)
Sets the BaseFormattingObject for this element.
Declaration
protected void SetFormattingObject(BaseFormattingObject format)
Parameters
BaseFormattingObject
format
The BaseFormattingObject for this element. |
SetFormattingObjectProperties(BaseFormattingObject, BaseFormattingObject)
Sets the formatting object properties.
Declaration
protected virtual void SetFormattingObjectProperties(BaseFormattingObject source, BaseFormattingObject target)
Parameters
BaseFormattingObject
source
The source. |
BaseFormattingObject
target
The target. |
UnsetFormattingObjectProperties(BaseFormattingObject, BaseFormattingObject)
Unsets the formatting object properties.
Declaration
protected virtual void UnsetFormattingObjectProperties(BaseFormattingObject source, BaseFormattingObject target)
Parameters
BaseFormattingObject
source
The source. |
BaseFormattingObject
target
The target. |