ColumnRenderingMode(GridColumnRenderingMode)
|
Specifies the rendering mode for columns. Applies when columns are left outside the viewport. Requires the columnWidth, columnAutoWidth, or width (for all columns) property specified. Mirrors the client-side columnRenderingMode option.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Mode(TreeListScrollingMode)
|
Specifies the scrolling mode. Mirrors the client-side mode option.
|
Option(String, Object)
|
Specifies an option by its name.
|
PreloadEnabled(JS)
|
Specifies whether the UI component should load adjacent pages. Applies only if scrolling.mode is 'virtual'. Mirrors the client-side preloadEnabled option.
|
PreloadEnabled(Boolean)
|
Specifies whether the UI component should load adjacent pages. Applies only if scrolling.mode is 'virtual'. Mirrors the client-side preloadEnabled option.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RenderAsync(JS)
|
|
RenderAsync(Boolean)
|
|
RowRenderingMode(GridRowRenderingMode)
|
Mirrors the client-side rowRenderingMode option.
|
ScrollByContent(JS)
|
Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false. Mirrors the client-side scrollByContent option.
|
ScrollByContent(Boolean)
|
Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false. Mirrors the client-side scrollByContent option.
|
ScrollByThumb(JS)
|
Specifies whether a user can scroll the content with the scrollbar. Applies only if useNative is false. Mirrors the client-side scrollByThumb option.
|
ScrollByThumb(Boolean)
|
Specifies whether a user can scroll the content with the scrollbar. Applies only if useNative is false. Mirrors the client-side scrollByThumb option.
|
ShowScrollbar(ShowScrollbarMode)
|
Specifies when to show scrollbars. Applies only if useNative is false. Mirrors the client-side showScrollbar option.
|
ToString()
|
Returns a string that represents the current object.
|
UseNative(JS)
|
Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
|
UseNative(Mode)
|
Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
|
UseNative(Boolean)
|
Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
|
UseNative(String)
|
Obsolete. Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
|