Back to Devexpress

SpreadsheetBehaviorOptions Properties

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetbehavioroptions-dot-underscore-properties.md

latest25.3 KB
Original Source

SpreadsheetBehaviorOptions Properties

Provides options to restrict an end-user’s ability to manage a document within the SpreadsheetControl.

NameDescription
AllowDropGets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. Inherited from ContentElement.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
BindingGroupGets or sets the BindingGroup that is used for the element. Inherited from FrameworkContentElement.
CellEditorCommitModeGets or sets a mode that specifies when the SpreadsheetControl.CellValueChanged event should be raised after a cell value has been edited via the cell editor and committed. This is a dependency property.
ColumnGets or sets whether column operations (insert, copy, resize, hide etc.) are allowed. This is a dependency property.
CommandBindingsGets a collection of CommandBinding objects that are associated with this element. Inherited from ContentElement.
CommentProvides access to options that specify the document’s capability to manage comments. This is a dependency property.
ContextMenuGets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. Inherited from FrameworkContentElement.
CopyGets or sets whether the Copy operation is allowed. This is a dependency property.
CreateNewGets or sets whether the Create New Document operation is allowed. This is a dependency property.
CursorGets or sets the cursor that displays when the mouse pointer is over this element. Inherited from FrameworkContentElement.
CutGets or sets whether the Cut operation is allowed. This is a dependency property.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DataValidationProvides access to options that specify the document’s capability to create or modify data validation rules. This is a dependency property.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DragGets or sets whether the Drag operation is permitted. This is a dependency property.
DrawingProvides access to an object that enables you to apply restrictions to operations with spreadsheet drawings - shapes, pictures, charts. This is a dependency property.
DropGets or sets whether users can drag and drop files onto the Spreadsheet. This is a dependency property.
EncryptGets or sets whether encryption operations are permitted. This is a dependency property.
FillHandleEnabledGets or sets whether the Fill Handle is shown. This is a dependency property.
FocusableGets or sets a value that indicates whether the element can receive focus. Inherited from ContentElement.
FocusVisualStyleGets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. Inherited from FrameworkContentElement.
ForceCursorGets or sets a value indicating whether this FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance’s Cursor property. Inherited from FrameworkContentElement.
FreezePanesGets or sets whether the Freeze Panes operation is allowed. This is a dependency property.
FunctionNameCultureSpecifies whether to localize function names in the Spreadsheet control. This is a dependency property.
GroupProvides access to options that specify the document’s capability to create and modify groups of rows and columns. This is a dependency property.
HasAnimatedPropertiesGets a value that indicates whether this element has any animated properties. Inherited from ContentElement.
InputBindingsGets the collection of input bindings that are associated with this element. Inherited from ContentElement.
InputScopeGets or sets the context for input used by this FrameworkContentElement. Inherited from FrameworkContentElement.
IsEnabledGets or sets a value that indicates whether this element is enabled in the user interface (UI). Inherited from ContentElement.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocusedGets a value that determines whether this element has logical focus. Inherited from ContentElement.
IsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement.
IsInputMethodEnabledGets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. Inherited from ContentElement.
IsKeyboardFocusedGets a value that indicates whether this element has keyboard focus. Inherited from ContentElement.
IsKeyboardFocusWithinGets a value that indicates whether keyboard focus is anywhere within the element or child elements. Inherited from ContentElement.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedGets a value that indicates whether the mouse is captured by this element. Inherited from ContentElement.
IsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its element tree. Inherited from ContentElement.
IsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. Inherited from ContentElement.
IsMouseOverGets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). Inherited from ContentElement.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsStylusCapturedGets a value that indicates whether the stylus is captured to this element. Inherited from ContentElement.
IsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, including child elements and control compositing. Inherited from ContentElement.
IsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. Inherited from ContentElement.
IsStylusOverGets a value that indicates whether the stylus is located over this element (including visual child elements). Inherited from ContentElement.
LanguageGets or sets localization/globalization language information that applies to an individual element. Inherited from FrameworkContentElement.
LocalizeBooleanValuesSpecifies whether to localize TRUE and FALSE values in the Spreadsheet control. This is a dependency property.
MaxZoomFactorGets or sets the upper limit of document zooming. This is a dependency property.
MinZoomFactorGets or sets the upper limit of document zooming. This is a dependency property.
MoveRangeGets or sets whether the end-user operation, which includes dragging the selected range and moving it, is permitted.
NameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. Inherited from FrameworkContentElement.
OpenGets or sets whether an Open Document operation is allowed. This is a dependency property.
OverridesDefaultStyleGets or sets a value indicating whether this element incorporates style properties from theme styles. Inherited from FrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
PasteGets or sets whether the Paste operation is allowed. This is a dependency property.
PrintGets or sets whether printing operations are allowed. This is a dependency property.
ProtectionProvides access to options that specify the document’s capability to apply or remove workbook protection. This is a dependency property.
ResourcesGets or sets the current locally-defined resource dictionary. Inherited from FrameworkContentElement.
RowGets or sets whether row operations (insert, copy, resize, hide etc.) are allowed. This is a dependency property.
SaveGets or sets whether the Save Document operation is permitted. This is a dependency property.
SaveAsGets or sets whether the Save Document As operation is permitted. This is a dependency property.
SaveButtonAlwaysEnabledGets or sets a value indicating whether the Save button should always be enabled on the ribbon. This is a dependency property.
SelectionProvides access to cell selection options. This is a dependency property.
ShowPopupMenuGets or sets whether the popup menu can be displayed in the SpreadsheetControl. This is a dependency property.
StyleGets or sets the style to be used by this element. Inherited from FrameworkContentElement.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement.
TemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement.
ToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). Inherited from FrameworkContentElement.
TouchGets or sets whether the touch device input is analyzed. This is a dependency property.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from ContentElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
WorksheetGets or sets whether worksheet operations are permitted. This is a dependency property.
ZoomGets or sets whether the Zoom operation is permitted. This is a dependency property.

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace