Xceed Grid for WinForms v4.3 Documentation
CellViewerManager Class Members
Properties  Methods  Events


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace : CellViewerManager Class

The following tables list the members exposed by CellViewerManager.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the System.ComponentModel.IContainer associated with the System.ComponentModel.ISite when implemented by a class.  
Public PropertyGets a reference to the underlining control used to view a cell's content.  
Public PropertyGets or sets the alignment of the image in the ImageArea.  
Public PropertyGets or sets the area where the viewer's image is displayed.  
Public PropertyGets or sets the padding surrounding the viewer's image.  
Public PropertyGets or sets the size of the viewer's image.  
Public PropertyGets or sets a value indicating the style with which the image is displayed.  
Public PropertyGets a boolean value indicating if one or more properties of the ReportStyle have been explicitly set.  
Public PropertyGets or sets a boolean value indicating if the image should preserve its aspect ratio.  
Public PropertyGets a value representing the property used to set the control's value.  
Public PropertyGets the report style of the viewer.  
Public PropertyGets or sets the System.ComponentModel.ISite associated with the System.ComponentModel.IComponent.  
Public PropertyGets or sets the padding surrounding the viewer's text.  
Top
Protected Properties
 NameDescription
Protected PropertyGets the default value of the ImageAlignment property.  
Protected PropertyGets the default value of the ImageArea property.  
Protected PropertyGets the default value of the ImagePadding property.  
Protected PropertyGets the default value of the ImageSize property.  
Protected PropertyGets the default value of the ImageStyle property.  
Protected Internal PropertyGets the default value of the PreserveImageAspectRatio property.  
Protected PropertyGets the default value of the TextPadding property.  
Protected PropertyGets a value that indicates whether the System.ComponentModel.Component is currently in design mode.  
Protected PropertyGets a list of the events to which the CellViewerManager is subscribed.  
Protected PropertyGets a collection of property names whose values have been explicitly set as well as the corresponding values.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Retrieves the image displayed by the viewer and raises the QueryImage event.  
Public MethodOverloaded. Retrieves the text displayed by the viewer and raises the QueryText event.  
Public MethodResets the value of the ImageAlignment property to its default value, DefaultImageAlignment.  
Public MethodResets the value of the ImageArea property to its default value, DefaultImageArea.  
Public MethodResets the value of the ImagePadding property to its default value, DefaultImagePadding.  
Public MethodResets the value of the ImageSize property to its default value, DefaultImageSize.  
Public MethodResets the value of the ImageStyle property to its default value, DefaultImageStyle.  
Public MethodResets the value of the PreserveImageAspectRatio property to its default value, DefaultPreserveImageAspectRatio.  
Public MethodResets the property values of the ReportStyle.  
Public MethodResets the value of the TextPadding property to its default value, DefaultTextPadding.  
Public MethodReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodCalculates the text and image areas of the cell viewer.  
Protected Internal MethodCalculates the bounds of the viewer and raises the QueryControlBounds event.  
Protected MethodCalculates the bounds of the viewer.  
Protected MethodOverloaded. Releases all resources.  
Protected MethodAllows the object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Protected Internal MethodRetrieves the viewer's accessibilty text for the specified Xceed.Grid.Cell and raises the QueryAccessibleText event.  
Protected MethodRetrieves the viewer's accessibilty text for the specified Xceed.Grid.Cell.  
Protected Internal MethodRetrieves a value representing the fitted height of the viewer in pixels and raises the QueryFittedHeight event.  
Protected MethodRetrieves a value representing the fitted height of the viewer in pixels.  
Protected Internal MethodRetrieves a value representing the fitted width of the viewer in pixels and raises the QueryFittedWidth event.  
Protected MethodRetrieves a value representing the fitted width of the viewer in pixels.  
Protected MethodRetrieves the image displayed by the viewer.  
Protected MethodRetrieves the value of the specified property in the Properties collection.  
Protected MethodReturns an object that represents a service provided by the System.ComponentModel.Component or by its Container.  
Protected MethodRetrieves the text displayed by the viewer.  
Protected MethodRetrieves a boolean value indicating if the specified property has been explicitly set.  
Protected MethodRaises the ImageAlignmentChanged event.  
Protected MethodRaises the ImageAreaChanged event.  
Protected MethodRaises the ImagePaddingChanged event.  
Protected MethodRaises the ImageSizeChanged event.  
Protected MethodRaises the ImageStyleChanged event.  
Protected MethodRaises the PreserveImageAspectRatioChanged event.  
Protected MethodRaises the TextPaddingChanged event.  
Protected Internal MethodPaints the background of the cell.  
Protected Internal MethodPaints the foreground of the cell.  
Protected MethodRaises the specified event.  
Protected MethodRemoves the specified property from the Properties collection.  
Protected Internal MethodSets the underlining Control's appearance and raises the SettingControlAppearance event.  
Protected MethodSets the underlining Control's appearance.  
Protected Internal MethodAssigns the cell's value to the Control and raises the SettingControlValue event.  
Protected MethodAssigns the cell's value to the Control.  
Top
Public Events
 NameDescription
Public EventRepresents the method that handles the Disposed event of a component.  
Public EventRaised when the value of the ImageAlignment property is changed.  
Public EventRaised when the value of the ImageArea property is changed.  
Public EventRaised when the value of the ImagePadding property is changed.  
Public EventRaised when the value of the ImageSize property is changed.  
Public EventRaised when the value of the ImageStyle property is changed.  
Public EventRaised after the cell's background and foreground have been painted.  
Public EventRaised when the value of the PreserveImageAspectRatio property is changed.  
Public EventRaised when retrieving a cell's accessibility text.  
Public EventRaised when calculating the bounds of the control.  
Public EventRaised to calculate the fitted height of the viewer in pixels.  
Public EventRaised to calculate the fitted width of the viewer in pixels.  
Public EventRaised when retrieving the image displayed by the cell viewer.  
Public EventRaised when retrieving the text displayed by the cell viewer.  
Public EventRaised when the appearance of the underlining control is about to be set.  
Public EventRaised when the value of a cell is being assigned to the underlining Control.  
Public EventRaised when the value of the TextPadding property is changed.  
Top
See Also

Reference

CellViewerManager Class
Xceed.Grid.Viewers Namespace