GridColumnStylesCollection.IList.IsReadOnly Propiedad
Definición
Obtiene un valor que indica si la colección es de solo lectura.Gets a value indicating whether the collection is read-only.
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
Valor de propiedad
false
en todos los casos.false
in all cases.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de GridColumnStylesCollection se convierte en una interfaz IList.It can be used only when the GridColumnStylesCollection instance is cast to an IList interface.