Skip to main content

DataViewSettingsBase Methods

A base extension object implementing the common functionality of data view extensions.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetEmptyDataTemplateContent(Action<DataViewTemplateContainer>) Allows you to provide a template for rendering the DataView’s Empty Data Area.
SetEmptyDataTemplateContent(String) Allows you to provide a template for rendering the DataView’s Empty Data Area.
SetPagerPanelLeftTemplateContent(Action<DataViewPagerPanelTemplateContainer>) Allows you to provide a template for rendering the pager panel displayed on the left within the DataView.
SetPagerPanelLeftTemplateContent(String) Allows you to provide a template for rendering the pager panel displayed on the left within the DataView.
SetPagerPanelRightTemplateContent(Action<DataViewPagerPanelTemplateContainer>) Allows you to provide a template for rendering the pager panel displayed on the right within the DataView.
SetPagerPanelRightTemplateContent(String) Allows you to provide a template for rendering the pager panel displayed on the right within the DataView.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also