Back to Devexpress

BorderBase Members

aspnet-devexpress-dot-web-dot-borderbase-dot-underscore-members.md

latest3.4 KB
Original Source

BorderBase Members

Serves as a base for classes that define border settings of different elements.

Properties

NameDescription
BorderColorWhen overridden in descendants gets or sets the border color.
BorderStyleWhen overridden in descendants gets or sets the border style.
BorderWidthWhen overridden in descendants gets or sets the border width.

Methods

NameDescription
Assign(BorderBase)Copies the settings from the specified BorderBase object to the current object.
CopyFrom(BorderBase)Duplicates the properties of the specified object into the current instance of the BorderBase class.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
MergeWith(BorderBase)Combines the properties of the specified BorderBase with the current instance of the BorderBase class.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Returns the BorderBase object to its original state.
ToString()Returns a string that represents the current object.

See Also

BorderBase Class

DevExpress.Web Namespace