Class DxGridPopupOptions
Inheritance
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridPopupOptions
Constructors
DxGridPopupOptions()
Declaration
public DxGridPopupOptions()
Properties
accessKey
Specifies the shortcut key that sets focus on the widget.
Declaration
public string accessKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
animation
Declaration
public object animation { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
applyValueMode
Specifies the way an end-user applies the selected value.
Declaration
public DxSelectBoxOptions.ApplyValueModes? applyValueMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DxSelectBoxOptions.ApplyValueModes> | The apply value mode. |
closeOnOutsideClick
Specifies whether to close the widget if a user clicks outside it.
Declaration
public bool? closeOnOutsideClick { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The close on outside click. |
container
Declaration
public object container { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
contentTemplate
Declaration
public object contentTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
deferRendering
Specifies whether to render the widget's content when it is displayed. If false, the content is rendered immediately.
Declaration
public bool? deferRendering { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The defer rendering. |
disabled
Specifies whether the widget responds to user interaction.
Declaration
public bool? disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The disabled. |
dragEnabled
Specifies whether or not to allow a user to drag the popup window.
Declaration
public bool? dragEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The drag enabled. |
elementAttr
Declaration
public object elementAttr { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
focusStateEnabled
Specifies whether the widget can be focused using keyboard navigation.
Declaration
public bool? focusStateEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
fullScreen
Specifies whether to display the Popup in full-screen mode.
Declaration
public bool? fullScreen { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The full screen. |
height
Specifies the widget's height in pixels.
Declaration
public int? height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The height. |
hint
Specifies text for a hint that appears when a user pauses on the widget.
Declaration
public string hint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
hoverStateEnabled
Specifies whether to highlight rows when a user moves the mouse pointer over them.
Declaration
public bool? hoverStateEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
keyboardNavigation
Configures keyboard navigation.
Declaration
public object keyboardNavigation { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
maxHeight
Specifies the maximum height the widget can reach while resizing.
Declaration
public int? maxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The maximum height. |
maxWidth
Specifies the maximum width the widget can reach while resizing.
Declaration
public int? maxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The maximum width. |
minHeight
Specifies the minimum height the widget can reach while resizing.
Declaration
public int? minHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The minimum height. |
minWidth
Specifies the minimum width the widget can reach while resizing.
Declaration
public int? minWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The minimum width. |
position
Positions the widget.
Declaration
public object position { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The position. |
renderAsync
Declaration
public bool? renderAsync { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
repaintChangesOnly
Specifies whether to repaint only those cells whose data changed.
Declaration
public bool? repaintChangesOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
resizeEnabled
Specifies whether or not an end user can resize the widget.
Declaration
public object resizeEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
rowAlternationEnabled
Specifies whether rows should be shaded differently.
Declaration
public bool? rowAlternationEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
rowDragging
Configures row reordering using drag and drop gestures.
Declaration
public DxGridRowDragging rowDragging { get; set; }
Property Value
Type | Description |
---|---|
DxGridRowDragging |
rtlEnabled
Switches the widget to a right-to-left representation.
Declaration
public object rtlEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The RTL enabled. |
shading
Specifies whether to shade the background when the widget is active.
Declaration
public bool? shading { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The shading. |
shadingColor
Specifies the shading color. Applies only if shading is enabled.
Declaration
public string shadingColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the shading. |
showCloseButton
Specifies whether or not the widget displays the Close button.
Declaration
public bool? showCloseButton { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The show close button. |
showTitle
A Boolean value specifying whether or not to display the title in the popup window.
Declaration
public bool? showTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The show title. |
tabIndex
Specifies the number of the element when the Tab key is used for navigating.
Declaration
public double? tabIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
title
The title in the overlay window.
Declaration
public string title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title. |
visible
Specifies whether the widget is visible.
Declaration
public bool? visible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
width
Specifies the widget's width in pixels.
Declaration
public int? width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The width. |