DataViewSettings Methods
Contains the DataView extension settings.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. Inherited from DataViewSettingsBase. |
SetEmptyDataTemplateContent(String) | Allows you to provide a template for rendering the DataView’s Empty Data Area. Inherited from DataViewSettingsBase. |
SetEmptyItemTemplateContent(Action<DataViewTemplateContainer>) | Allows you to provide a template for rendering the empty data item. |
SetEmptyItemTemplateContent(String) | Allows you to provide a template for rendering the empty data item. |
SetItemTemplateContent(Action<DataViewItemTemplateContainer>) | Allows you to provide a template for rendering the data item. |
SetItemTemplateContent(String) | Allows you to provide a template for rendering the data item. |
SetPagerPanelLeftTemplateContent(Action<DataViewPagerPanelTemplateContainer>) | Allows you to provide a template for rendering the pager panel displayed on the left within the DataView. Inherited from DataViewSettingsBase. |
SetPagerPanelLeftTemplateContent(String) | Allows you to provide a template for rendering the pager panel displayed on the left within the DataView. Inherited from DataViewSettingsBase. |
SetPagerPanelRightTemplateContent(Action<DataViewPagerPanelTemplateContainer>) | Allows you to provide a template for rendering the pager panel displayed on the right within the DataView. Inherited from DataViewSettingsBase. |
SetPagerPanelRightTemplateContent(String) | Allows you to provide a template for rendering the pager panel displayed on the right within the DataView. Inherited from DataViewSettingsBase. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also