Assign(RepositoryItem)
|
Copies settings from the repository item specified as a parameter.
|
BeginInit()
|
Notifies the editor that the initialization has been started.
|
BeginUpdate()
|
Locks the RepositoryItem object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
|
CancelUpdate()
|
Unlocks the RepositoryItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|
Clone()
|
Creates a copy of the current repository item.
|
Connect(Object)
|
Connects the repository item to the specified object.
|
CreateEditor()
|
Creates an editor whose type corresponds to the repository item’s type.
|
CreateGroupPainter()
|
Initializes a new instance of the DevExpress.XtraEditors.Drawing.BaseEditorGroupRowPainter class.
|
CreateObjRef(Type)
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
CreatePainter()
|
This member supports the editor library’s internal infrastructure and is not intended to be used in your applications.
|
CreateViewInfo()
|
This member supports the editors library’s internal infrastructure and is not intended to be used in your applications.
|
Disconnect(Object)
|
Removes the connection between the repository item and the specified object.
|
Dispose()
|
Releases all resources used by the Component.
|
EndInit()
|
Notifies the editor that the initialization has been completed.
|
EndUpdate()
|
Unlocks the RepositoryItem object after a call to the BeginUpdate method and causes an immediate visual update.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetBorderSides(Boolean, Boolean)
static
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
GetBrick(PrintCellHelperInfo)
|
Returns a brick object that contains information on how the current editor should be printed.
|
GetDisplayText(FormatInfo, Object)
|
Returns the text representation of the specified value, formatted according to the specified settings.
|
GetDisplayText(Object)
|
Returns the text representation of the specified value formatted using the editor’s settings.
|
GetEditorType()
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
GetEditValueForExportByOptions(Object, Object, Object, Object, Function3<String, Object, Object, Object>, ExportTarget)
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
GetHashCode()
|
Returns a hash code.
|
GetLifetimeService()
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
GetNormalizedText(String)
static
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
GetService(Type)
protected
|
Returns an object that represents a service provided by the Component or by its Container.
|
GetType()
|
Gets the Type of the current instance.
|
InitializeLifetimeService()
|
Obtains a lifetime service object to control the lifetime policy for this instance.
|
IsActivateKey(Keys)
|
Indicates whether a particular key can activate the editor used as an inplace control.
|
IsLockDefaultImmediateUpdateRowPosition()
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
IsNeededKey(Keys)
|
Indicates whether the key is handled by the editor or the container control.
|
LockEvents()
|
This method supports the .NET Framework infrastructure and is not intended to be called from your code.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MemberwiseClone(Boolean)
protected
|
Creates a shallow copy of the current MarshalByRefObject object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ResetEvents()
|
This member supports the .NET Framework infrastructure and is not intended to be used in your applications.
|
ScaleProperties(ScaleHelper)
|
Updates the RepositoryItem according to current scale settings. This method is called automatically when the form’s runtime DPI settings differ from those in design-time.
|
SwitchMode()
|
For internal use.
|
ToString()
|
Returns a string that represents the current object.
|
UnLockEvents()
|
This method supports the .NET Framework infrastructure and is not intended to be called from your code.
|