DataPlace
GridCustomDropDownCellModel Class
CSCS.DataPlace.Edit.GridCellTypesGridCustomDropDownCellModel
Based model for dropdown cells that use a GridDropDownCellRenderer as the renderer.
Declaration Syntax
C#
public class GridCustomDropDownCellModel : GridStaticCellModel
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
GridCustomDropDownCellModel(SerializationInfo, StreamingContext)
Creates a new instance.

GridCustomDropDownCellModel(GridModel)
Creates a new instance, only used by the Syncfusion framework.

GridCustomDropDownCellModel(GridModel, GridDropDownCellControlBase)
Creates a new instance.

ActiveTextChanged()()() (Inherited from GridCellModelBase.)
AllowFloating()()() (Inherited from GridStaticCellModel.)
AllowMerging()()() (Inherited from GridStaticCellModel.)
ApplyFormattedText(GridStyleInfo, String, Int32) (Inherited from GridCellModelBase.)
ApplyText(GridStyleInfo, String) (Inherited from GridCellModelBase.)
BindingContext()()() (Inherited from GridCellModelBase.)
ButtonBarSize()()() (Inherited from GridCellModelBase.)
CalculatePreferredCellSize(Graphics, Int32, Int32, GridStyleInfo, GridQueryBounds) (Inherited from GridCellModelBase.)
Control
Gets the drop-down control.

CreateCopy(GridModel)
Creates a copy of this object for a given grid model.
(Overrides GridCellModelBase.CreateCopy(GridModel).)
CreateRenderer(GridControlBase)
Creates the renderer.
(Overrides GridStaticCellModel.CreateRenderer(GridControlBase).)
Description()()() (Inherited from GridCellModelBase.)
Dispose(Boolean)
Disposes of the object.
(Overrides NonFinalizeDisposable.Dispose(Boolean).)
Dispose()()() (Inherited from GridCellModelBase.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()() (Inherited from Disposable.)
ForceCoveredCellFullBounds()()() (Inherited from GridCellModelBase.)
GetActiveText(Int32, Int32) (Inherited from GridCellModelBase.)
GetCellClientSize(Int32, Int32, GridStyleInfo) (Inherited from GridCellModelBase.)
GetCellSize(Int32, Int32) (Inherited from GridCellModelBase.)
GetFormattedOrActiveTextAt(Int32, Int32, GridStyleInfo) (Inherited from GridCellModelBase.)
GetFormattedText(GridStyleInfo, Object, Int32) (Inherited from GridCellModelBase.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLocalizedString(String) (Inherited from GridCellModelBase.)
GetObjectData(SerializationInfo, StreamingContext) (Inherited from GridStaticCellModel.)
GetPropertyDescriptor(GridStyleInfo) (Inherited from GridCellModelBase.)
GetText(GridStyleInfo, Object) (Inherited from GridCellModelBase.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetTypeConverter(GridStyleInfo) (Inherited from GridCellModelBase.)
Grid()()() (Inherited from GridCellModelBase.)
IsDisposed()()() (Inherited from GridCellModelBase.)
IsDisposing()()() (Inherited from GridCellModelBase.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnActiveTextChanged(GridCellEventArgs) (Inherited from GridCellModelBase.)
OnBindingContextChanged(EventArgs) (Inherited from GridCellModelBase.)
OnModelDeserialization(Object, GridModel) (Inherited from GridCellModelBase.)
OnQueryCanFloatCell(Int32, Int32, GridStyleInfo, GridQueryFloatCell) (Inherited from GridStaticCellModel.)
OnQueryCanMergeCell(Int32, Int32, GridStyleInfo, GridMergeCellDirection) (Inherited from GridStaticCellModel.)
OnQueryPrefferedClientSize(Graphics, Int32, Int32, GridStyleInfo, GridQueryBounds) (Inherited from GridStaticCellModel.)
ResetActiveText(Int32, Int32) (Inherited from GridCellModelBase.)
SerializeSchemeVersion()()() (Inherited from GridCellModelBase.)
SetActiveText(Int32, Int32, String) (Inherited from GridCellModelBase.)
SubtractBorders(Rectangle, GridStyleInfo, Boolean) (Inherited from GridCellModelBase.)
SubtractBorders(Rectangle, GridStyleInfo) Obsolete. (Inherited from GridCellModelBase.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NonFinalizeDisposable
 Disposable
  GridCellModelBase
   GridStaticCellModel
    GridCustomDropDownCellModel
     GridCrossRelationCellModel
     GridForeignKeyCellModel

Assembly: CS.DataPlace.Edit (Module: CS.DataPlace.Edit) Version: 2.0.3271.19832