[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleGridSpan

C1StyleGridSpan Struct

Struct that describe a span used in grid layout.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public struct C1StyleGridSpan

Constructors

Name Description
C1StyleGridSpan(int, int)

Initializes a new instance of the C1StyleGridSpan struct.

Properties

Name Description
Index

Gets the index of the span.

Span

Gets how many position spans.

Methods

Name Description
Equals(object)
GetHashCode()
Parse(string)

Parses the text and returns a span.

ToString()
TryParse(string, out C1StyleGridSpan)

Tries to parse the specified text and returns the value in the span parameter.

Operators

Name Description
operator ==(C1StyleGridSpan, C1StyleGridSpan)

Compares two C1StyleGridSpan structures for equality.

implicit operator C1StyleGridSpan(int)

Casting operator to convert an integer into a C1StyleGridSpan.

implicit operator C1StyleGridSpan(string)

Casting operator to convert a string into a C1StyleGridSpan.

operator !=(C1StyleGridSpan, C1StyleGridSpan)

Compares two C1StyleGridSpan structures for inequality.