GrapeCity MultiRow Windows Forms Documentation
MaskedTextBoxCell Class Properties


For a list of all members of this type, see MaskedTextBoxCell members.

Public Properties
 NameDescription
Public PropertyAllowPromptAsInputGets or sets a value that indicates whether PromptChar can be entered as valid data by the user.  
Public PropertyAsciiOnlyGets or sets a value that indicates whether the MaskedTextBoxCell accepts characters outside of the ASCII character set.  
Public PropertyBeepOnErrorGets or sets a value that indicates whether the MaskedTextBoxCell raises the system beep for each user key stroke that it rejects.  
Public PropertyBottomGets the distance, in pixels, between the bottom edge of the cell and the top edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyBoundsGets or sets the size and location of the cell, in pixels, relative to the parent Section including its CellStyle.Border and CellStyle.Padding. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyCellIndexGets or sets the index of the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContentBoundsGets the rectangle boundary that encloses the cell's content area. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyContextMenuStripGets or sets the shortcut menu associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyCultureGets or sets the culture information associated with the masked text cell.  
Public PropertyCutCopyMaskFormatGets or sets a value that determines whether literals and prompt characters are copied to the clipboard.  
Public PropertyDataFieldGets or sets the name of the data source field to which the Cell is bound. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyDisplayedGets or sets a value that indicates whether the cell is displayed on-screen. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyDisplayTextGets the text that is displayed in the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyDisplayTextMaskFormatGets or sets a value that determines how literals and prompt characters are displayed.  
Public PropertyEditedFormattedValueGets the formatted value of the cell, regardless of whether the cell is in edit mode or if the value has not been committed. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyEditTypeOverridden. Gets the type of the cell's hosted editing control.  
Public PropertyEllipsisGets or sets how to display an ellipsis when the width of the display text is greater than cell's content area width.  
Public PropertyEllipsisStringGets or sets the ellipsis string of the MaskedTextBoxCell.  
Public PropertyEnabledGets or sets a value that indicates whether the cell is enabled. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorIconGets or sets the glyph describing an error condition associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorIconAlignmentGets or sets the alignment of the Cell.ErrorIcon on the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorIconBoundsGets the boundary of the error icon for the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyErrorTextGets or sets the text describing an error condition associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyFormattedValueGets the value which is the formatted representation of Cell.Value. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyFormattedValueTypeOverridden. Gets the type of the formatted value associated with the cell.  
Public PropertyFrozenGets a value that indicates whether the Cell is frozen. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyGcMultiRowGets the GcMultiRow control associated with this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyHasStyleGets a value that indicates whether the Cell.Style property has been set. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyHeightGets the height of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyHighlightTextGets or sets a value that indicates whether to highlight the text when MaskedTextBoxCell enters edit mode.  
Public PropertyInheritedStateGets the inherited state of the cell that has taken the state of its parent Section into account. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyInheritedStyleGets the style currently applied to the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyInsertKeyModeGets or sets the text insertion mode of the MaskedTextBoxCell.  
Public PropertyIsCollapsedGets a value that indicates whether the Cell has been hidden by the Collapse method. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyIsDataBoundGets a value that indicates whether this Cell has been bound to a data source. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyIsInEditModeGets a value that indicates whether this cell is currently being edited. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyLeftGets the distance, in pixels, between the left edge of the cell and the left edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the cell relative to the upper-left corner of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMaskGets or sets the input mask to use at run time.  
Public PropertyMaskCompletedGets a value that indicates whether all required inputs have been entered into the input mask.  
Public PropertyMaskedTextProviderGets a clone of the mask provider associated with this instance of the masked text box cell.  
Public PropertyMaskFullGets a value that indicates whether all required and optional inputs have been entered into the input mask.  
Public PropertyMaximumSizeGets or sets the size that is the upper limit when resizing the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMergeableGets or sets a value that indicates whether the Cell can automatically merge. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMergedGets a value that indicates whether the Cell is merged with another cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyMinimumSizeGets or sets the size that is the lower limit when resizing the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyNameGets or sets the name of the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyNoteGets or sets the CellNote which can display one note for the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyPageBreakGets or sets a value that indicates whether a new page breaks to the right of this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyPasswordCharGets or sets the substitute character to be displayed for user input.  
Public PropertyPreferredSizeGets the size of a rectangular area into which the cell can fit. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyPromptCharGets or sets the character used to represent the absence of user input in MaskedTextBoxCell.  
Public PropertyReadOnlyGets or sets a value that indicates whether the cell's data can be edited. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyRejectInputOnFirstFailureGets or sets a value that indicates whether the parsing of user input should stop after the first invalid character is reached.  
Public PropertyRelatedMergedCellPositionsGets a value that indicates the cells which are merged with this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyResetOnPromptGets or sets a value that determines how an input character that matches the prompt character is handled.  
Public PropertyResetOnSpaceGets or sets a value that determines how a space input character is handled.  
Public PropertyResizeModeGets or sets a value that indicates how the Cell is resized. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyRightGets the distance, in pixels, between the right edge of the cell and the left edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyRowIndexGets the parent row's index of the Cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySectionGets the parent section that contains this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySelectableGets or sets a value that indicates whether the Cell can be selected. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySelectedGets or sets a value that indicates whether this Cell is selected. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyShowWaveLineGets or sets a value that indicates whether to display a line in the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySizeGets or sets the height and width of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertySkipLiteralsGets or sets a value that indicates whether the user is allowed to re-enter literal values.  
Public PropertyStateGets the current state of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyStyleGets or sets the styles specified at the cell level. These styles override those inherited from higher levels. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTabIndexGets or sets the tab order of the cell in its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTabStopGets or sets a value that indicates whether the user can activate the cell using the Tab key. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTagGets or sets the object that contains data about the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTextMaskFormatGets or sets a value that determines how literals and prompt characters are formatted in the value.  
Public PropertyToolTipTextGets or sets the ToolTip text associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTopGets the distance, in pixels, between the top edge of the cell and the top edge of its parent Section. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyTouchToolBarGets or sets the touch toolbar associated with the cell for a touch device. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyUseSystemPasswordCharGets or sets a value that indicates whether the operating system-supplied password character should be used.  
Public PropertyValidatorsGets the validators that contain all the CellValidators used by the current cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyValueGets or sets the value associated with this cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyValueTypeGets or sets the type of Cell.Value associated with the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyVisibleGets or sets a value that indicates whether the Cell is visible. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyWaveLineColorGets or sets the color of the underline. (Inherited from GrapeCity.Win.MultiRow.Cell)
Public PropertyWidthGets the width of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Top
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDefaultSizeGets the default size of the cell. (Inherited from GrapeCity.Win.MultiRow.Cell)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

MaskedTextBoxCell Class
GrapeCity.Win.MultiRow Namespace
Cell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.