Version

RadioButtonEditor Class Properties

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

Public Properties
 NameDescription
Public PropertyCanFocusThe editor can take focus while in edit mode (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyCheckAlignControls the alignment of the checkbox (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyCheckedAppearanceChecked appearance for the object (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyCheckStateThe CheckState of the editor (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyCurrentEditTextReturns the current text being edited without doing any validation. This will return the text currently typed in. If the editor does not have an textbox-like control, it will return the current edit value in form of text. (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyDataFilterIf different than null, specifies custom data filter used by the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDefaultOwnerReturns the default embeddable editor owner, which may provide default owner-specific values for an editor (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorSharedObjectNameSpecifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyElementBeingEditedReturns the embeddable element that is currently in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyExpectedTypeDefault type used by the editor in the case of data filter. Null means that editor supports multiple data types and expects type to be set or provided by the owner. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyFocusedReturns true if the editor has focus (read-only). (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyGlyphTypeReturns the type of glpyh (checkbox or radio button) being used by the editor. (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyHasCheckedAppearanceReturns whether or not the control has a checked appearance (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyHasHotTrackingAppearanceReturns whether or not the control has a hot tracking appearance (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyHasIndeterminateAppearanceReturns whether or not the control has an check indeterminate appearance (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyHotTrackingAppearanceDown Checkbox appearance for the object (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyIndeterminateAppearanceIndeterminate Checkbox appearance for the object (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyIsDroppedDownReturns true if in edit mode and dropped down (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsInEditModeReturns true if the editor is in edit mode (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsValidReturns true if the edited value is valid (read-only). (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertySelectedTextGets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectionLengthGets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectionStartGets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyStyleSet/Get the view style of the editor (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertySupportsAutoSizeEditSpecifies whether the editor supports AutoSizeEdit (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsDropDownReturns true if this editor supports a dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsSelectableTextReturns true if this editor supports selecting text. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsSpellCheckingReturns true if this editor supports spell checking. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsValueListSpecifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextControls the text of the caption that will be displayed with the check (Inherited from Infragistics.Win.ToggleEditorBase)
Public PropertyTextLengthGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyThreeStateUsed to determine if the control allows for the indeterminate state  
Public PropertyValueThe current value being edited. (Inherited from Infragistics.Win.ToggleEditorBase)
Protected Properties
 NameDescription
Protected PropertyHasOwnDefaultContextMenuProperty which should be overriden by derived editors which have their own default Context Menu, so an ancestor's ContextMenu would be prevented from showing. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertySelectedTextInternalGets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertySelectionLengthInternalGets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertySelectionStartInternalGets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTextLengthInternalGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertyWantsOwnerKeyEventsWantsOwnerKeyEvents (Inherited from Infragistics.Win.ToggleEditorBase)
See Also