Back to Devexpress

BorderBase Methods

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

latest3.0 KB
Original Source

BorderBase Methods

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

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

BorderBase Members

DevExpress.Web Namespace