Back to Devexpress

EditingFieldExtensionsWin Members

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-editingfieldextensionswin-dot-underscore-members.md

latest6.9 KB
Original Source

EditingFieldExtensionsWin Members

Provides functionality to register custom editors to be used for editing the control content in Print Preview.

Constructors

NameDescription
EditingFieldExtensionsWin()Initializes a new instance of the EditingFieldExtensionsWin class with the default settings.

Properties

NameDescription
Instance staticSpecifies an instance of the EditingFieldExtensionsWin class.

Methods

NameDescription
EnsureStaticConstructor() staticFor internal use.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterEditor(String, String, String, RepositoryItem)Registers a custom editor to be used for changing control content in Print Preview.
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>, Boolean, Boolean)Registers an image editor with a filterable collection of predefined named images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>)Registers an image editor with a collection of predefined named images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IEnumerable<Image>, Boolean)Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IEnumerable<Image>)Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.
RegisterImageEditor(String, String, ImageEditorOptions)Registers a custom image editor that you can use to edit the XRPictureBox‘s content in Print Preview.
RegisterMaskEditor(String, String, String, MaskType, String)Registers the standard editor with a custom mask to be used for changing control content in Print Preview.
ToString()Returns a string that represents the current object. Inherited from Object.
TryGetRepositoryItem(String, out RepositoryItem)Attempts to obtain a repository item by the specified name.
UnregisterEditor(String)Unregisters the specified editor from being used for changing control content in Print Preview.

See Also

EditingFieldExtensionsWin Class

DevExpress.XtraPrinting.Preview Namespace