Skip to main content
A newer version of this page is available. .
Tab

NewsControlStyles Members

Contains settings that allow the ASPxNewsControl‘s appearance to be defined.

Constructors

Name Description
NewsControlStyles(ASPxNewsControl) Initializes a new instance of the NewsControlStyles class with the specified owner.

Fields

Name Description
ContentStyleName static For internal use only. Returns “Content”. Inherited from DataViewStyles.
EmptyDataStyleName static For internal use only. Returns “EmptyData”. Inherited from DataViewStyles.
EmptyItemStyleName static For internal use only. Returns “EmptyItem”. Inherited from DataViewStyles.
ItemStyleName static For internal use only. Returns “Item”. Inherited from DataViewStyles.
PagerButtonStyleName static For internal use only. Returns “PagerButton”. Inherited from DataViewStyles.
PagerCurrentPageNumberStyleName static For internal use only. Returns “PagerCurrentPageNumber”. Inherited from DataViewStyles.
PagerDisabledButtonStyleName static For internal use only. Returns “PagerDisabledButton”. Inherited from DataViewStyles.
PagerPageNumberStyleName static For internal use only. Returns “PagerPageNumber”. Inherited from DataViewStyles.
PagerPageSizeItemStyleName static For internal use only. Returns “PagerPageSizeItem”. Inherited from DataViewStyles.
PagerPanelStyleName static For internal use only. Returns “PagerPanel”. Inherited from DataViewStyles.
PagerShowMoreItemsContainerStyleName static For internal use only. Returns “PagerShowMoreItemsContainer”. Inherited from DataViewStyles.
PagerStyleName static For internal use only. Returns “Pager”. Inherited from DataViewStyles.
PagerSummaryStyleName static For internal use only. Returns “PagerSummary”. Inherited from DataViewStyles.

Properties

Name Description
BackToTop For internal use only.
Content Gets the style settings defining the appearance of the control’s content area. Inherited from DataViewStyles.
CssFilePath Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase.
CssPostfix Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase.
EmptyData Gets style settings defining the appearance of the of the control’s empty data area. Inherited from DataViewStyles.
EmptyItem Gets the style settings defining the appearance of the empty data items. Inherited from DataViewStyles.
EnableDefaultAppearance Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase.
Item Gets the style settings defining the appearance of the data items. Inherited from DataViewStyles.
ItemContent For internal use only.
ItemDate For internal use only.
ItemHeader For internal use only.
ItemLeftPanel For internal use only.
ItemRightPanel For internal use only.
ItemTail For internal use only.
Pager Gets the style settings defining the appearance of the pager. Inherited from DataViewStyles.
PagerButton Gets the style settings defining the appearance of the pager buttons. Inherited from DataViewStyles.
PagerCurrentPageNumber Gets the style settings defining the appearance of the current page number. Inherited from DataViewStyles.
PagerDisabledButton Gets the style settings defining the appearance of the pager buttons when they are disabled. Inherited from DataViewStyles.
PagerPageNumber Gets the style settings defining the appearance of the page numbers. Inherited from DataViewStyles.
PagerPageSizeItem Gets the style settings defining the appearance of the page size item element of the embedded pager. Inherited from DataViewStyles.
PagerPanel Gets the style settings defining the appearance of the pager panel. Inherited from DataViewStyles.
PagerShowMoreItemsContainer Gets the style settings defining the appearance of the ‘Show More Items’ link container. Inherited from DataViewStyles.
PagerSummary Gets the style settings defining the appearance of the summary. Inherited from DataViewStyles.
Theme Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from StylesBase.
CopyFrom(StylesBase) Duplicates the properties of the specified object into the current instance of the StylesBase class. Inherited from StylesBase.
CreateCssClassName(String, String, String) static For internal use only. Inherited from StylesBase.
CreateStyleByName(String, String) Creates and returns a style object with the specified name. For internal use only. Inherited from StylesBase.
CreateStyleByName(String) For internal use only. Inherited from StylesBase.
CreateStyleCopyByName<T>(String) Creates and returns a copy of a style object with the specified name. Inherited from StylesBase.
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.
GetBulletIndent() For internal use only. Inherited from StylesBase.
GetCssFilePath() For internal use only. Inherited from StylesBase.
GetCssPostFix() For internal use only. Inherited from StylesBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetImageSpacing() For internal use only. Inherited from StylesBase.
GetLoadingPanelImageSpacing() For internal use only. Inherited from StylesBase.
GetType() Gets the Type of the current instance. Inherited from Object.
IsDefaultAppearanceEnabled() Specifies whether the control’s default appearance is enabled. For internal use only, Inherited from StylesBase.
IsNative() Returns a value indicating whether the control is rendered as a native HTML control. Inherited from StylesBase.
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.
Reset() Returns the StylesBase object to its original state. Inherited from StylesBase.
ToString() Returns the string that represents the current object. Inherited from StylesBase.
See Also